Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit e6a1ca8

Browse files
committed
Migrate away from google.com gcp project k8s-testimages
Signed-off-by: cpanato <[email protected]>
1 parent f534834 commit e6a1ca8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: container-object-storage-interface-provisioner-sidecar/cloudbuild.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ timeout: 3000s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
6+
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a"
77
entrypoint: make
88
args: ['build']
9-
env:
9+
env:
1010
- GIT_TAG=${_GIT_TAG}
1111
- PULL_BASE_REF=${_PULL_BASE_REF}
12-
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
12+
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a"
1313
entrypoint: make
1414
args: ['push']
15-
env:
15+
env:
1616
- GIT_TAG=${_GIT_TAG}
1717
- PULL_BASE_REF=${_PULL_BASE_REF}

0 commit comments

Comments
 (0)