Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 504 Bytes

File metadata and controls

9 lines (7 loc) · 504 Bytes
Continuation from Task 2

Push the Docker image from the previous task in the Container Repository

Execute all the these commands in the Google Cloud Shell:
1. cd ..
2. cd valkyrie-app
3. docker tag valkyrie-app:v0.0.1 gcr.io/$GOOGLE_CLOUD_PROJECT/valkyrie-app:v0.0.1
4. docker push gcr.io/$GOOGLE_CLOUD_PROJECT/valkyrie-app:v0.0.1