add the date per request
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
952a6dc22c
commit
0e2447ed0e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ steps:
|
|||
entrypoint: bash
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
- TAG=$SHORT_SHA
|
||||
- TAG=v$(date "+%Y%m%d")-$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
|
||||
|
|
Loading…
Reference in a new issue