Skip to content

Commit 8bbbb40

Browse files
authored
Merge pull request #1121 from cpanato/GH-1523-k8sio
Migrate away from google.com gcp project k8s-testimages
2 parents 47da7db + f6b01cd commit 8bbbb40

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cloudbuild.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ options:
66
substitution_option: ALLOW_LOOSE
77

88
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'
1010
entrypoint: make
1111
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
1717
args:
1818
- build-and-push-multi-arch
1919

@@ -22,5 +22,5 @@ substitutions:
2222
_PULL_BASE_REF: 'master'
2323

2424
tags:
25-
- 'gcp-compute-persistent-disk-csi-driver'
26-
- ${_PULL_BASE_REF}
25+
- 'gcp-compute-persistent-disk-csi-driver'
26+
- ${_PULL_BASE_REF}

0 commit comments

Comments
 (0)