Created
November 20, 2020 12:46
-
-
Save alterEgo123/fb2015bb0dde25d84db1aff0d210e98f to your computer and use it in GitHub Desktop.
Push multiple images at once
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'reg/image:tag' 'reg/image:tag' 'reg/image:tag' | xargs -n 1 docker push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment