Skip to content

Instantly share code, notes, and snippets.

@KushajveerSingh
Created October 7, 2021 04:05
Show Gist options
  • Save KushajveerSingh/f54c883e222e096fa1a842d885916b5b to your computer and use it in GitHub Desktop.
Save KushajveerSingh/f54c883e222e096fa1a842d885916b5b to your computer and use it in GitHub Desktop.
> docker login --username {USERNAME}
> docker tag <REPOSITORY>:<TAG> {USERNAME}/<REPOSITORY>:<TAG>
> docker push {USERNAME}/<REPOSITORY>:<TAG>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment