lmao
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-11-22 16:43:37 -05:00
parent 909631952b
commit a32a59ca0a

View File

@@ -77,7 +77,7 @@ def main():
failed = [] failed = []
for task in new_diff: for task in new_diff:
deployment = deploy(tag=task) deployment = deploy(tag=task.split("/")[1])
if not deployment: if not deployment:
failed.append(task) failed.append(task)