1
0
mirror of https://github.com/kubernetes/ingress-nginx.git synced 2025-02-06 10:02:33 +00:00

add gcloud ignore

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2023-06-23 09:31:00 -04:00
parent f8bf5a3086
commit 44b0067191
Failed to extract signature
2 changed files with 0 additions and 6 deletions

0
.gcloudignore Normal file
View File

View File

@ -6,8 +6,6 @@ steps:
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- SHORT_SHA=$SHORT_SHA
- BASE_REF=$_PULL_BASE_REF
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
@ -17,7 +15,3 @@ steps:
- |
gcloud auth configure-docker \
&& cd images/test-runner && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"
_PULL_BASE_SHA: '12345'