We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dfa3e commit b6a8eaaCopy full SHA for b6a8eaa
1 file changed
.github/workflows/docker.yml
@@ -2,7 +2,7 @@ name: Docker Image
2
3
on:
4
schedule:
5
- - cron: "0 12 * * *" # everyday at 12am
+ - cron: "0 13 * * *" # everyday at 1pm
6
push:
7
branches: ["**"]
8
tags: ["v*.*.*"]
0 commit comments