fix indent on env (#8352)
* fix indent on env * revert tag to - TAG=$_GIT_TAG
This commit is contained in:
parent
3f19fd646f
commit
e51c15160e
1 changed files with 3 additions and 2 deletions
|
@ -9,13 +9,14 @@ steps:
|
|||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
- BASE_REF=$_PULL_BASE_REF
|
||||
- TAG=$_GIT_TAG
|
||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||
- HOME=/root
|
||||
- HOME=/root
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& TAG=v$(date "+%Y%m%d")-$(git rev-parse --short HEAD) make push
|
||||
&& make push
|
||||
substitutions:
|
||||
_GIT_TAG: "12345"
|
||||
_PULL_BASE_REF: "master"
|
||||
|
|
Loading…
Reference in a new issue