Skip to content

Instantly share code, notes, and snippets.

@adamshamsudeen
Created January 10, 2019 11:50
Show Gist options
  • Save adamshamsudeen/cbec373bc12e460124b8767c3d17fe68 to your computer and use it in GitHub Desktop.
Save adamshamsudeen/cbec373bc12e460124b8767c3d17fe68 to your computer and use it in GitHub Desktop.
Pushing to google container registry
gcloud auth configure-docker
#gcloud project name - deeplearning-181416
#local image name - eminn/grafana-dashboard
#grafane-image is image and v1 is the tag
docker tag eminn/grafana-dashboard gcr.io/deeplearning-181416/grafane-image:v1
docker push gcr.io/deeplearning-181416/grafane-image:v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment