Skip to content

Commit 81aed4f

Browse files
authored
Unpin GcloudSDK version previously set to 417.0.1 to work around artifact registry bug (#992)
## Proposed Changes * Unpins the Gcloud SDK version used for CI/CD test runs
1 parent 62a5aeb commit 81aed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cloudbuild/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ substitutions:
102102
_SELF_SIGNED_CERTS_BROKER_URL: ''
103103

104104
_KO_IMAGE: 'gcr.io/kf-releases/ko:latest'
105-
_CLOUDSDK_IMAGE: "gcr.io/google.com/cloudsdktool/cloud-sdk:417.0.1-alpine"
105+
_CLOUDSDK_IMAGE: "gcr.io/google.com/cloudsdktool/cloud-sdk:alpine"
106106
_GOLANG_IMAGE: 'golang:1.20'
107107

108108
steps:

0 commit comments

Comments
 (0)