adding monthly cron build to GHA

This commit is contained in:
Bret Fisher
2021-04-26 14:59:16 -05:00
parent 143b9735a8
commit 3fe2fe6e9f

View File

@@ -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: