updated versions, added dispatch workflow (#21)

This commit is contained in:
Bret Fisher
2021-07-02 18:38:15 -04:00
committed by GitHub
parent 9ad1004f49
commit 3042013d0d
2 changed files with 6 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ on:
schedule:
# re-run montly to keep image fesh with upstream base images
- cron: '0 12 15 * *'
workflow_dispatch:
# run whenever we want!
jobs:
build-and-push-images: