Skip to content

Commit e5052f8

Browse files
authored
Merge pull request #395 from symflower/exclude-master-cleanup
fix, Do not clean up the "main" or "latest" container image tags because the point to the latest stable version
2 parents fafb16d + 8552375 commit e5052f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/job-container-image-cleanup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
container: ${{ inputs.container }}
1919
keep-tags-regexes: |
2020
^[1-9]\d*\.\d+.\d+$
21+
latest
22+
main
2123
keep-younger-than: 14 # In days.
2224
organization: ${{ inputs.organization }}
2325
prune-tags-regexes: |

0 commit comments

Comments
 (0)