Created
January 10, 2019 11:50
-
-
Save adamshamsudeen/cbec373bc12e460124b8767c3d17fe68 to your computer and use it in GitHub Desktop.
Pushing to google container registry
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
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