This commit is contained in:
Bret Fisher
2023-04-29 21:16:17 -04:00
parent a13d1d5762
commit 2eea4a1630
3 changed files with 25 additions and 2 deletions

View File

@@ -15,6 +15,10 @@ on:
paths-ignore:
- 'README.md'
- '.github/linters/**'
workflow_dispatch:
schedule:
# re-run montly to keep image fresh with upstream base images
- cron: '0 12 15 * *'
jobs:
call-docker-build: