We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a75b5 commit 71f7066Copy full SHA for 71f7066
circle.yml
@@ -19,5 +19,5 @@ deployment:
19
commands:
20
- gcloud auth activate-service-account --key-file /tmp/gcloud_key.json
21
- gcloud docker -a
22
- - docker push $registry_root/$image_name:b$CIRCLE_BUILD_NUM
+ - docker push $registry_root/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM
23
0 commit comments