You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would make docker push simpler to use in systems that need to build and push multiple images to dockerhub by obviating the need to wrap docker push in a loop.
Allow the following usage:
docker push org/image-a:some_tag org/image-b:other_tagThis would make docker push simpler to use in systems that need to build and push multiple images to dockerhub by obviating the need to wrap
docker pushin a loop.