Skip to content

Commit 4b67e37

Browse files
authored
Fix missing arg for deploy to registry
1 parent fb41255 commit 4b67e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctfcli/utils/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def ssh(challenge, host, args):
4242
return True, domain, exposed_port
4343

4444

45-
def registry(challenge, host):
45+
def registry(challenge, host, args):
4646
# Build image
4747
image_name = build_image(challenge=challenge)
4848
print(f"Built {image_name}")

0 commit comments

Comments
 (0)