Skip to content

Commit

Permalink
Merge pull request #163 from nckturner/fix-image-name
Browse files Browse the repository at this point in the history
Fix cloudbuild image name
  • Loading branch information
k8s-ci-robot authored Dec 9, 2020
2 parents e293e75 + 4d20c4d commit 39a173c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ steps:
- name: gcr.io/cloud-builders/docker
args:
- build
- --tag=gcr.io/$PROJECT_ID/k8s-staging-provider-aws:$_GIT_TAG
- --tag=gcr.io/$PROJECT_ID/k8s-staging-provider-aws:latest
- --build-arg=VERSION=$_GIT_TAG \
- --tag=gcr.io/$PROJECT_ID/cloud-controller-manager:$_GIT_TAG
- --tag=gcr.io/$PROJECT_ID/cloud-controller-manager:latest
- --build-arg=VERSION=$_GIT_TAG
- .
timeout: 1200s

0 comments on commit 39a173c

Please sign in to comment.