0 votes
in Docker by
recategorized by
What is the command you need to give to push the new image to Docker registry in Devops?

1 Answer

0 votes
by

Below is the command you need to give to push the new image to Docker registry in Devops

docker push myorg/img

...