run every 4 hours
Signed-off-by: Victoria Nadasdi <victoria@efertone.me>
This commit is contained in:
parent
c76342a252
commit
7f281bc1a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-publish.yaml
vendored
2
.github/workflows/build-and-publish.yaml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
type: string
|
||||
default: latest
|
||||
schedule:
|
||||
- cron: "0 */6 * * *"
|
||||
- cron: "0 */4 * * *"
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
Loading…
Reference in a new issue