Last active
February 2, 2025 08:50
-
-
Save LIBINLUVIS/32b25108b883544dba73774962e248fe to your computer and use it in GitHub Desktop.
taging and pushing docker image.
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
docker tag <local-image-name>:<tag-name> <username>/<local-image-name>:<tag-name> | |
docker push <username>/<repo-name>:<tag-name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
initiall