From 8b1d35d091de09a65af5dd73eb0ecbfe081e65fc Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 20 Nov 2023 06:43:33 -0700 Subject: [PATCH] Fix typo --- stack_orchestrator/deploy/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/deploy/images.py b/stack_orchestrator/deploy/images.py index 13c2a523..0871ac79 100644 --- a/stack_orchestrator/deploy/images.py +++ b/stack_orchestrator/deploy/images.py @@ -55,4 +55,4 @@ def push_images_operation(command_context: DeployCommandContext, deployment_cont remote_tag = _remote_tag_for_image(image, remote_repo_url) if opts.o.verbose: print(f"Pushing image {remote_tag}") - docker.image.push() + docker.image.push(remote_tag)