Compare commits
No commits in common. "b4434314d0b9929632bbe24dad30c7c9ee4ac5ce" and "ef10a9dfe62294deed9d604f4cf63de95b35daa4" have entirely different histories.
b4434314d0
...
ef10a9dfe6
@ -41,8 +41,7 @@ for image in sorted(images, key=lambda d: d['imagePushedAt'], reverse=True):
|
||||
_delete = True
|
||||
for tag in image["imageTags"]:
|
||||
# Look for at least one tag NOT beign a SemVer dev tag
|
||||
# untagged dev builds get tagged as <tag>-g<commit>
|
||||
if "-g" not in tag and "dirty" not in tag:
|
||||
if "-" not in tag:
|
||||
_delete = False
|
||||
if _delete:
|
||||
print("Deleting development image {}".format(image["imageTags"]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user