Skip to content

Commit 4dea399

Browse files
authored
Merge branch 'master' into 2026-09-03--tag-pull-request-images-with-a-moving-tag
2 parents 4d0c3a3 + 8fea842 commit 4dea399

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/prune-untagged-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
with:
2828
owner: powerhome
2929
package: redis-operator
30+
# Release versions are held whatever else is configured. The action
31+
# gives this list priority over every other rule, so no retention
32+
# count and no age setting can reach a semantic version tag.
33+
exclude-tags: 'v*'
3034
delete-untagged: true
3135
older-than: '1 day'
3236
validate: true

0 commit comments

Comments
 (0)