Skip to content

Commit

Permalink
Update docker-tag-latest-release.yml
Browse files Browse the repository at this point in the history
Chance cron schedule to every other day
  • Loading branch information
jimschubert authored Jun 30, 2020
1 parent d433c2d commit dae329d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-tag-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Tag latest-release
# Run every couple of days
on:
schedule:
- cron: "* * */2 * *"
- cron: "30 12 */2 * *"

jobs:
# This pulls all containers for the last known release tag, and tags as latest-release or x-latest-release for shared repo
Expand Down

0 comments on commit dae329d

Please sign in to comment.