Skip to content

Commit

Permalink
fix cron setting
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Oct 4, 2023
1 parent 73ad7e9 commit 381dc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latestImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dailyImageBuild

on:
schedule:
- cron: "0 0 * * 0" # https://crontab.guru/#0_0_*_*_0
- cron: "0 7 * * *" # https://crontab.guru/#0_0_*_*_0

jobs:
build-and-push-image:
Expand Down

0 comments on commit 381dc29

Please sign in to comment.