mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-06 09:56:32 +00:00
adding monthly cron build to GHA
This commit is contained in:
4
.github/workflows/docker-build-and-push.yml
vendored
4
.github/workflows/docker-build-and-push.yml
vendored
@@ -7,7 +7,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'mastery'
|
||||
|
||||
schedule:
|
||||
# re-run montly to keep image fesh with upstream base images
|
||||
- cron: '0 12 15 * *'
|
||||
|
||||
jobs:
|
||||
build-and-push-images:
|
||||
|
||||
Reference in New Issue
Block a user