Skip to content

Commit d949c81

Browse files
authored
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
1 parent 16197ed commit d949c81

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: "*/10 * * * *"
6+
- cron: "* * */2 * *"
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)