File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,19 @@ options:
4
4
substitution_option : ALLOW_LOOSE
5
5
machineType : ' N1_HIGHCPU_8'
6
6
steps :
7
- - name : ' gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241229-5dc092c636'
8
- entrypoint : make
9
- env :
10
- - DOCKER_CLI_EXPERIMENTAL=enabled
11
- - TAG=$_GIT_TAG
12
- - PULL_BASE_REF=$_PULL_BASE_REF
13
- - DOCKER_BUILDKIT=1
14
- args :
15
- - release-staging
7
+ # To check if the image can handle the build, you can try it like this:
8
+ # docker run --rm -it -v $(pwd):/workspace gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:${TAG}
9
+ # make clean # make sure we have something to build
10
+ # make staging-manifests
11
+ - name : ' gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d'
12
+ entrypoint : make
13
+ env :
14
+ - DOCKER_CLI_EXPERIMENTAL=enabled
15
+ - TAG=$_GIT_TAG
16
+ - PULL_BASE_REF=$_PULL_BASE_REF
17
+ - DOCKER_BUILDKIT=1
18
+ args :
19
+ - release-staging
16
20
substitutions :
17
21
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
18
22
# can be used as a substitution
You can’t perform that action at this time.
0 commit comments