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
commit fdc8276d0e

View file

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