Skip to content

Commit 8ac0d7c

Browse files
committed
fix: add exclusion for main tags in cleanup workflow
1 parent 581758c commit 8ac0d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clean-main-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
keep-n-tagged: ${{ env.KEEP_X_IMAGES }}
3333
delete-ghost-images: true
3434
delete-partial-images: true
35+
exclude-tags: "main"

0 commit comments

Comments
 (0)