Add image push command #656

Merged
telackey merged 15 commits from dboreham/test-stack-k8s into main 2023-11-21 03:23:55 +00:00
Showing only changes of commit 8b1d35d091 - Show all commits

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)