mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-31 01:18:16 +01:00
This commit is contained in:
commit
c8dc00b1c6
1 changed files with 17 additions and 0 deletions
17
.forgejo/workflows/build-docker.yaml
Normal file
17
.forgejo/workflows/build-docker.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
schedule:
|
||||||
|
- cron: '@monthly'
|
||||||
|
|
||||||
|
enable-email-notification: true
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish-docker:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
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}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue