Skip to content

Commit 7aa7c73

Browse files
authored
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.
1 parent 108275a commit 7aa7c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-tag-latest-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Tag latest-release
33
# Run every couple of days
44
on:
55
schedule:
6-
- cron: "* */48 * * *"
6+
- cron: "*/10 * * * *"
77

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

0 commit comments

Comments
 (0)