linux-iso-seeder/.forgejo/workflows/build-docker.yaml
Laborratte5 2b7b58633a
Some checks failed
/ publish-docker (push) Failing after 1m49s
ci/cd: run pipeline alos on pushes to forgejo-action
This makes it easier to test the ci/cd setup
while experimenting on this branch.
2025-11-15 14:10:20 +01:00

19 lines
476 B
YAML

on:
push:
branches:
- main
- forgejo-action
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 linux-iso-seeder:latest .
- run: docker tag linux-iso-seeder:latest git.ratte.dev/Laborratte5/linux-iso-seeder:latest
- run: echo $(git rev-parse --short HEAD)-$(date --utc --iso-8601)