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

Commit 6796fee

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 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)