Skip to content

Commit 311f757

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cloudbuild.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ timeout: 7200s
88
options:
99
substitution_option: ALLOW_LOOSE
1010
steps:
11-
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930'
11+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a'
1212
entrypoint: make
1313
env:
14-
- PULL_BASE_REF=${_PULL_BASE_REF}
15-
- TAG=${_GIT_TAG}
16-
- HOME=/root
14+
- PULL_BASE_REF=${_PULL_BASE_REF}
15+
- TAG=${_GIT_TAG}
16+
- HOME=/root
1717
args:
18-
- release-staging
18+
- release-staging

0 commit comments

Comments
 (0)