Fix typo
This commit is contained in:
parent
e75c8a1c01
commit
8b1d35d091
@ -55,4 +55,4 @@ def push_images_operation(command_context: DeployCommandContext, deployment_cont
|
|||||||
remote_tag = _remote_tag_for_image(image, remote_repo_url)
|
remote_tag = _remote_tag_for_image(image, remote_repo_url)
|
||||||
if opts.o.verbose:
|
if opts.o.verbose:
|
||||||
print(f"Pushing image {remote_tag}")
|
print(f"Pushing image {remote_tag}")
|
||||||
docker.image.push()
|
docker.image.push(remote_tag)
|
||||||
|
Loading…
Reference in New Issue
Block a user