Update docker-image.yml

This commit is contained in:
Fred Liang 2021-12-24 01:44:54 +08:00 committed by GitHub
parent d573d34a84
commit 93e5965abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ on:
push: push:
branches: [main] branches: [main]
schedule: schedule:
# Runs "at minute 55 past every hour" (see https://crontab.guru) # Runs "every Monday" (see https://crontab.guru)
- cron: '0 0 * * MON' - cron: '0 0 * * MON'
jobs: jobs:
build: build: