We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fd099b + 1581211 commit 390a440Copy full SHA for 390a440
cloudbuild.yaml
@@ -1,6 +1,6 @@
1
timeout: 3000s
2
steps:
3
- - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
+ - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
4
entrypoint: scripts/test-infra/push-image.sh
5
env:
6
- IMAGE_REGISTRY=gcr.io/$PROJECT_ID
scripts/test-infra/push-image.sh
@@ -16,6 +16,6 @@ gcloud auth configure-docker
16
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make push-all $MAKE_VARS
17
18
go install helm.sh/helm/v3/cmd/[email protected]
19
-go install oras.land/oras/cmd/oras@v1.3.0
+go install oras.land/oras/cmd/oras@v1.2.3
20
21
make helm-push $VERSION_OVERRIDE $MAKE_VARS
0 commit comments