Skip to content

Commit a03e0ef

Browse files
authored
Merge pull request #486 from andyzhangx/fix-image-build-failure
chore: fix image build failure
2 parents 288fca8 + 7c9b22d commit a03e0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ timeout: 5400s
1111
options:
1212
substitution_option: ALLOW_LOOSE
1313
steps:
14-
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20240718-5ef92b5c36
14+
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20250116-2a05ea7e3d
1515
entrypoint: hack/release.sh
1616
env:
1717
- REGISTRY=gcr.io/${_STAGING_PROJECT}

0 commit comments

Comments
 (0)