Thanks to visit codestin.com Credit goes to github.com
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 0291838 commit 0ad60b6Copy full SHA for 0ad60b6
.circleci/config.yml
@@ -3,11 +3,11 @@ jobs:
3
build:
4
machine:
5
enabled: true
6
- image: circleci/classic:201709-01
+ image: circleci/classic:201710-02
7
environment:
8
CLOUDSDK_CORE_DISABLE_PROMPTS: 1
9
PRIVATE_REGISTRY: us.gcr.io/code_climate
10
- IMAGE_NAME: ${PRIVATE_REGISTRY}/${CIRCLE_PROJECT_REPONAME}:b${CIRCLE_BUILD_NUM}
+ IMAGE_NAME: "${PRIVATE_REGISTRY}/${CIRCLE_PROJECT_REPONAME}-b${CIRCLE_BUILD_NUM}"
11
steps:
12
- checkout
13
- run:
@@ -24,7 +24,7 @@ jobs:
24
curl https://sdk.cloud.google.com | bash
25
gcloud auth activate-service-account ${gcloud_account_email} --key-file /tmp/gcloud_key.json
26
gcloud docker -a
27
- docker push ${IMAGE_NAME}
+ docker push "${IMAGE_NAME}"
28
fi
29
30
notify:
0 commit comments