1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

cloudbuild.yaml: set _GIT_TAG in env

Needed by push-image.sh.
This commit is contained in:
Markus Lehtonen 2020-09-03 19:39:18 +03:00
parent ce407b6c22
commit 19c96ca79b

View file

@ -2,6 +2,7 @@ steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
entrypoint: scripts/test-infra/push-image.sh entrypoint: scripts/test-infra/push-image.sh
env: env:
- _GIT_TAG=$_GIT_TAG
- IMAGE_EXTRA_TAG_NAMES=$_PULL_BASE_REF - IMAGE_EXTRA_TAG_NAMES=$_PULL_BASE_REF
substitutions: substitutions:
_GIT_TAG: '0.0.0' _GIT_TAG: '0.0.0'