rebuild nginx base container image

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2023-06-23 15:29:48 -04:00
parent cd610168be
commit 58650d6aaa
Failed to extract signature
3 changed files with 2 additions and 8 deletions

2
TAG
View file

@ -1,2 +1,2 @@
v1.8.0
v1.8.1

View file

@ -1 +1 @@
0.0.0
0.0.1

View file

@ -8,8 +8,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
- HOME=/root
args:
@ -17,7 +15,3 @@ steps:
- |
gcloud auth configure-docker \
&& cd images/nginx && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"
_PULL_BASE_SHA: '12345'