Skip to content

Commit

Permalink
Updated cloudbuild file to build cloud provider image
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-K-N committed Apr 6, 2022
1 parent 2640bb2 commit 7459dcc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ steps:
- PULL_BASE_REF=$_PULL_BASE_REF
args:
- release-staging
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930'
dir: 'hack/ccm'
entrypoint: make
env:
- PULL_BASE_REF=${_PULL_BASE_REF}
- HOME=/root
args:
- build-and-push-multi-arch
substitutions:
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
# can be used as a substitution
Expand Down

0 comments on commit 7459dcc

Please sign in to comment.