Skip to content

Commit

Permalink
remove git tag env from cloud build
Browse files Browse the repository at this point in the history
the latest git tag is from helm, so force the make file use of TAG ?=v$(shell date +%m%d%Y)-$(shell git rev-parse --short HEAD)
  • Loading branch information
strongjz authored Mar 2, 2022
1 parent 6064a1c commit c5c3588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/opentelemetry/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ steps:
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- TAG=$_GIT_TAG
- 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
Expand Down

0 comments on commit c5c3588

Please sign in to comment.