We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bf5a3 commit 44b0067Copy full SHA for 44b0067
.gcloudignore
images/test-runner/cloudbuild.yaml
@@ -6,8 +6,6 @@ steps:
6
entrypoint: bash
7
env:
8
- DOCKER_CLI_EXPERIMENTAL=enabled
9
- - SHORT_SHA=$SHORT_SHA
10
- - BASE_REF=$_PULL_BASE_REF
11
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
12
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
13
# set the home to /root explicitly to if using docker buildx
@@ -17,7 +15,3 @@ steps:
17
15
- |
18
16
gcloud auth configure-docker \
19
&& cd images/test-runner && make push
20
-substitutions:
21
- _GIT_TAG: "12345"
22
- _PULL_BASE_REF: "master"
23
- _PULL_BASE_SHA: '12345'
0 commit comments