Update .forgejo/workflows/docker-master.yaml

space a bit the image creation timing
This commit is contained in:
Guillaume "B.B." Van Hemmen 2025-06-29 06:22:58 +00:00
parent 42652ed9b9
commit fdc8276d0e

View file

@ -3,7 +3,7 @@ on:
branches:
- 'master'
schedule:
- cron: '0 0 * * *'
- cron: '0 1 1 * *'
jobs:
docker-master:
runs-on: docker