Add other bad keywords to exclusions

This commit is contained in:
2025-05-12 14:51:38 +02:00
parent 39102d27a0
commit a09dcde365

2
dockup
View File

@@ -142,7 +142,7 @@ def get_remote_tags(images):
# Skip non-production versions
if any(
bad_keyword in tag.lower()
for bad_keyword in ["test", "rc", "alpha"]
for bad_keyword in ["test", "rc", "alpha", "beta", "devel"]
):
continue