Temp reduce in docker tagging workflow schedule

Allow faster trigger of docker latest-release tagged image to evaluate correctness, will then bump back up to every 48 hours.
This commit is contained in:
Jim Schubert 2020-06-28 21:55:47 -04:00 committed by GitHub
parent 108275affe
commit 7aa7c738a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Docker Tag latest-release
# Run every couple of days
on:
schedule:
- cron: "* */48 * * *"
- cron: "*/10 * * * *"
jobs:
# This pulls all containers for the last known release tag, and tags as latest-release or x-latest-release for shared repo