Skip to content

Commit

Permalink
remove (#8394)
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <strong.james.e@gmail.com>
  • Loading branch information
strongjz authored Mar 28, 2022
1 parent 08fcd94 commit 9960efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/nginx/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- BASE_REF=$_PULL_BASE_REF
- TAG=$_GIT_TAG
- TAG=$_PULL_BASE_SHA
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
- HOME=/root
args:
Expand All @@ -20,3 +20,4 @@ steps:
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"
_PULL_BASE_SHA: '12345'

0 comments on commit 9960efe

Please sign in to comment.