Fixed deployment script typo

This commit is contained in:
2026-08-13 18:37:35 +01:00
parent b9005496b8
commit 7fd587af1c
+1 -1
View File
@@ -57,7 +57,7 @@ def tag_version():
logger.info(f"Current tag is {current_tag}")
with local.cwd(REPO_DIR):
images_output = docker_compose("images")
images_output = docker_compose("images")()
version_file = VERSIONS_DIR / f"{current_tag}.txt"