Skip to content

Instantly share code, notes, and snippets.

@LIBINLUVIS
Last active February 2, 2025 08:50
Show Gist options
  • Save LIBINLUVIS/32b25108b883544dba73774962e248fe to your computer and use it in GitHub Desktop.
Save LIBINLUVIS/32b25108b883544dba73774962e248fe to your computer and use it in GitHub Desktop.
taging and pushing docker image.
docker tag <local-image-name>:<tag-name> <username>/<local-image-name>:<tag-name>
docker push <username>/<repo-name>:<tag-name>
@LIBINLUVIS
Copy link
Author

initiall

@LIBINLUVIS
Copy link
Author

command updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment