Run Docker Tag latest-release every 2 days

Runs every minute on the 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29 and 31th of every month
This commit is contained in:
Jim Schubert
2020-06-28 22:33:36 -04:00
committed by GitHub
parent 16197edac4
commit d949c8181d

View File

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