rebuild nginx base container image
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
cd610168be
commit
58650d6aaa
3 changed files with 2 additions and 8 deletions
2
TAG
2
TAG
|
@ -1,2 +1,2 @@
|
||||||
v1.8.0
|
v1.8.1
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.0.0
|
0.0.1
|
||||||
|
|
|
@ -8,8 +8,6 @@ steps:
|
||||||
entrypoint: bash
|
entrypoint: bash
|
||||||
env:
|
env:
|
||||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||||
- SHORT_SHA=$SHORT_SHA
|
|
||||||
- BASE_REF=$_PULL_BASE_REF
|
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
- HOME=/root
|
- HOME=/root
|
||||||
args:
|
args:
|
||||||
|
@ -17,7 +15,3 @@ steps:
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/nginx && make push
|
&& cd images/nginx && make push
|
||||||
substitutions:
|
|
||||||
_GIT_TAG: "12345"
|
|
||||||
_PULL_BASE_REF: "master"
|
|
||||||
_PULL_BASE_SHA: '12345'
|
|
||||||
|
|
Loading…
Reference in a new issue