File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ options:
6
6
substitution_option : ALLOW_LOOSE
7
7
8
8
steps :
9
- - name : ' gcr.io/k8s-testimages /gcb-docker-gcloud:v20210331-c732583 '
9
+ - name : ' gcr.io/k8s-staging-test-infra /gcb-docker-gcloud:v20221214-1b4dd4d69a '
10
10
entrypoint : make
11
11
env :
12
- - GCE_PD_CSI_STAGING_IMAGE=gcr.io/${_STAGING_PROJECT}/gcp-compute-persistent-disk-csi-driver
13
- - GCE_PD_CSI_STAGING_VERSION=${_PULL_BASE_REF}
14
- # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
15
- # set the home to /root explicitly to if using docker buildx
16
- - HOME=/root
12
+ - GCE_PD_CSI_STAGING_IMAGE=gcr.io/${_STAGING_PROJECT}/gcp-compute-persistent-disk-csi-driver
13
+ - GCE_PD_CSI_STAGING_VERSION=${_PULL_BASE_REF}
14
+ # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
15
+ # set the home to /root explicitly to if using docker buildx
16
+ - HOME=/root
17
17
args :
18
18
- build-and-push-multi-arch
19
19
@@ -22,5 +22,5 @@ substitutions:
22
22
_PULL_BASE_REF : ' master'
23
23
24
24
tags :
25
- - ' gcp-compute-persistent-disk-csi-driver'
26
- - ${_PULL_BASE_REF}
25
+ - ' gcp-compute-persistent-disk-csi-driver'
26
+ - ${_PULL_BASE_REF}
You can’t perform that action at this time.
0 commit comments