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.
1 parent 8390080 commit c306769Copy full SHA for c306769
images/httpbun/cloudbuild.yaml
@@ -2,10 +2,11 @@ options:
2
# Ignore Prow provided substitutions.
3
substitution_option: ALLOW_LOOSE
4
steps:
5
-- name: gcr.io/cloud-builders/docker
6
- dir: images
+- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
+ dir: charts
7
env:
8
- - NAME=httpbun
9
- entrypoint: make
+ - NAME=ingress-nginx
+ entrypoint: bash
10
args:
11
- - push
+ - -c
12
+ - go install helm.sh/helm/v3/cmd/helm@latest && make push
0 commit comments