This commit is contained in:
David Boreham 2023-11-20 06:43:33 -07:00
parent e75c8a1c01
commit 8b1d35d091

View File

@ -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)