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

Commit c0cf995

Browse files
authored
Merge pull request #79 from cpanato/GH-1523-k8sio
Migrate away from google.com gcp project k8s-testimages
2 parents 0e67387 + 1ac71f2 commit c0cf995

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
@@ -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)