Reformat dockup

This commit is contained in:
2025-04-17 10:13:44 +02:00
parent 4e1df1cddb
commit 2c812e2225

2
dockup
View File

@@ -86,7 +86,7 @@ def get_remote_tags(images):
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
check=True
check=True,
)
tags = result.stdout.strip().splitlines()
clean_tags = []