Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 71f7066

Browse files
committed
Fix config bug
1 parent 01a75b5 commit 71f7066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ deployment:
1919
commands:
2020
- gcloud auth activate-service-account --key-file /tmp/gcloud_key.json
2121
- gcloud docker -a
22-
- docker push $registry_root/$image_name:b$CIRCLE_BUILD_NUM
22+
- docker push $registry_root/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM
2323

0 commit comments

Comments
 (0)