Skip to content

Commit e7fe0b2

Browse files
authored
Merge pull request #629 from spiffxp/use-k8s-infra-for-gcb-image
images: use k8s-staging-test-infra/gcb-docker-gcloud
2 parents e7d28a3 + 0761e11 commit e7fe0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
44
timeout: 7200s
55
steps:
6-
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:latest'
6+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
77
entrypoint: bash
88
env:
99
- PROW_GIT_TAG=$_GIT_TAG

0 commit comments

Comments
 (0)