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
|
type: string
|
||||||
default: latest
|
default: latest
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */6 * * *"
|
- cron: "0 */4 * * *"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
Loading…
Reference in a new issue