mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
09583f1291
Remove whitespace from the arguments so that they'e interpreted correctly. Also, use the correct build arg name for NFD version.
18 lines
550 B
YAML
18 lines
550 B
YAML
steps:
|
|
- name: gcr.io/cloud-builders/docker
|
|
args:
|
|
- 'build'
|
|
- '--build-arg=VERSION=$_GIT_TAG'
|
|
- '--build-arg=HOSTMOUNT_PREFIX=/host-'
|
|
- '--tag=gcr.io/$PROJECT_ID/node-feature-discovery:$_GIT_TAG'
|
|
- '--tag=gcr.io/$PROJECT_ID/node-feature-discovery:$_PULL_BASE_REF'
|
|
- '.'
|
|
substitutions:
|
|
_GIT_TAG: '0.0.0'
|
|
_PULL_BASE_REF: 'master'
|
|
options:
|
|
substitution_option: ALLOW_LOOSE
|
|
# Pust images
|
|
images:
|
|
- 'gcr.io/$PROJECT_ID/node-feature-discovery:$_GIT_TAG'
|
|
- 'gcr.io/$PROJECT_ID/node-feature-discovery:$_PULL_BASE_REF'
|