Skip to content

Commit 8650e01

Browse files
authored
Merge pull request #22007 from ComradeProgrammer/fix_gcb
ci: prow fix errors in cloudbuild.yaml
2 parents 72ddb05 + 80b602c commit 8650e01

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

hack/prow/image/kubernetes-bootcamp/cloudbuild.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
options:
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
6-
entrypoint: make
7-
env:
8-
- DOCKER_CLI_EXPERIMENTAL=enabled
9-
- _GIT_TAG=$_GIT_TAG
10-
- _PULL_BASE_REF=$_PULL_BASE_REF
11-
args:
12-
- push-kubernetes-bootcamp
13-
substitutions:
5+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
6+
entrypoint: make
7+
env:
8+
- DOCKER_CLI_EXPERIMENTAL=enabled
9+
- _GIT_TAG=$_GIT_TAG
10+
- _PULL_BASE_REF=$_PULL_BASE_REF
11+
args:
12+
- push-kubernetes-bootcamp
13+
substitutions:
1414
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
1515
# can be used as a substitution
1616
_GIT_TAG: '12345'

0 commit comments

Comments
 (0)