build new image at 4am only on Saturdays
This commit is contained in:
parent
c036b5cf8c
commit
97412c36a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -7,7 +7,7 @@ name: Docker
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 4 * * *' # 4 am everyday
|
||||
- cron: '0 4 * * 6' # 4 am on Saturdays
|
||||
push:
|
||||
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags" ]
|
||||
# Publish semver tags as releases.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue