Skip to content

Commit 1581211

Browse files
committed
cloudbuild: fix build
Bump cloudbuild image to the latest version and match oras version with the golang version within.
1 parent 6fd099b commit 1581211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
timeout: 3000s
22
steps:
3-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
3+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
44
entrypoint: scripts/test-infra/push-image.sh
55
env:
66
- IMAGE_REGISTRY=gcr.io/$PROJECT_ID

scripts/test-infra/push-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ gcloud auth configure-docker
1616
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make push-all $MAKE_VARS
1717

1818
go install helm.sh/helm/v3/cmd/[email protected]
19-
go install oras.land/oras/cmd/oras@v1.3.0
19+
go install oras.land/oras/cmd/oras@v1.2.3
2020

2121
make helm-push $VERSION_OVERRIDE $MAKE_VARS

0 commit comments

Comments
 (0)