File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
hack/prow/image/kubernetes-bootcamp Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 22options :
33 substitution_option : ALLOW_LOOSE
44steps :
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'
You can’t perform that action at this time.
0 commit comments