Skip to content

Commit 8552375

Browse files
committed
fix, Do not clean up the "main" or "latest" container image tags because the point to the latest stable version
1 parent fafb16d commit 8552375

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)