We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deploy
1 parent fb41255 commit 4b67e37Copy full SHA for 4b67e37
ctfcli/utils/deploy.py
@@ -42,7 +42,7 @@ def ssh(challenge, host, args):
42
return True, domain, exposed_port
43
44
45
-def registry(challenge, host):
+def registry(challenge, host, args):
46
# Build image
47
image_name = build_image(challenge=challenge)
48
print(f"Built {image_name}")
0 commit comments