From 19c96ca79b1778bef6ffbb5db349cae53ac6404f Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 3 Sep 2020 19:39:18 +0300 Subject: [PATCH] cloudbuild.yaml: set _GIT_TAG in env Needed by push-image.sh. --- cloudbuild.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index ae61534cc..30186149d 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -2,6 +2,7 @@ steps: - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db entrypoint: scripts/test-infra/push-image.sh env: + - _GIT_TAG=$_GIT_TAG - IMAGE_EXTRA_TAG_NAMES=$_PULL_BASE_REF substitutions: _GIT_TAG: '0.0.0'