Fix pod-service-auto-update script
This commit is contained in:
parent
5298b499c7
commit
9c412e5d9c
@ -60,7 +60,7 @@ if __name__ == "__main__":
|
|||||||
new_digest = inspect["Digest"]
|
new_digest = inspect["Digest"]
|
||||||
|
|
||||||
if new_digest != original_digest:
|
if new_digest != original_digest:
|
||||||
updated.append(name)
|
updated.append(image)
|
||||||
|
|
||||||
if updated:
|
if updated:
|
||||||
print(f"The following images have been updated: {updated}")
|
print(f"The following images have been updated: {updated}")
|
||||||
|
Loading…
Reference in New Issue
Block a user