Skip to content

Commit eafd6fa

Browse files
authored
Merge pull request kubernetes-retired#73 from cpanato/GH-1523-k8sio
Migrate away from google.com gcp project k8s-testimages
2 parents 884752d + 6796fee commit eafd6fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloudbuild.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ substitutions:
77
options:
88
substitution_option: ALLOW_LOOSE
99
steps:
10-
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
10+
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a"
1111
entrypoint: make
1212
args: ['build']
13-
env:
13+
env:
1414
- GIT_TAG=${_GIT_TAG}
1515
- PULL_BASE_REF=${_PULL_BASE_REF}
16-
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
16+
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a"
1717
entrypoint: make
1818
args: ['push']
19-
env:
19+
env:
2020
- GIT_TAG=${_GIT_TAG}
2121
- PULL_BASE_REF=${_PULL_BASE_REF}

0 commit comments

Comments
 (0)