mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-31 01:18:16 +01:00
17 lines
379 B
YAML
17 lines
379 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
schedule:
|
|
- cron: '@monthly'
|
|
|
|
enable-email-notification: true
|
|
|
|
jobs:
|
|
publish-docker:
|
|
runs-on: ubuntu-act
|
|
steps:
|
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
|
- run: docker build -t git.ratte.dev/Laborratte5/linux-iso-seeder:{tag}
|
|
- run: docker push git.ratte.dev/Laborratte5/linux-iso-seeder:{tag}
|
|
|