1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/cloudbuild.yaml
Markus Lehtonen 19c96ca79b cloudbuild.yaml: set _GIT_TAG in env
Needed by push-image.sh.
2020-09-03 19:40:54 +03:00

11 lines
308 B
YAML

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'
_PULL_BASE_REF: 'master'
options:
substitution_option: ALLOW_LOOSE