mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-13 20:30:03 +00:00
cloudbuild.yaml: use correct tags
This commit is contained in:
parent
a68a4ec4fb
commit
ff088d6033
1 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ steps:
|
|||
- 'build'
|
||||
- '--build-arg NFD_VERSION=$_GIT_TAG'
|
||||
- '--build-arg HOSTMOUNT_PREFIX=/host-'
|
||||
- '-t k8s.gcr.io/$PROJECT_ID/node-feature-discovery:$_GIT_TAG'
|
||||
- '-t k8s.gcr.io/$PROJECT_ID/node-feature-discovery:$_PULL_BASE_REF'
|
||||
- '-t gcr.io/$PROJECT_ID/node-feature-discovery:$_GIT_TAG'
|
||||
- '-t gcr.io/$PROJECT_ID/node-feature-discovery:$_PULL_BASE_REF'
|
||||
- '.'
|
||||
substitutions:
|
||||
_GIT_TAG: '0.0.0'
|
||||
|
@ -14,5 +14,5 @@ options:
|
|||
substitution_option: ALLOW_LOOSE
|
||||
# Pust images
|
||||
images:
|
||||
- 'k8s.gcr.io/$PROJECT_ID/node-feature-discovery:$_GIT_TAG'
|
||||
- 'k8s.gcr.io/$PROJECT_ID/snode-feature-discovery:master'
|
||||
- 'gcr.io/$PROJECT_ID/node-feature-discovery:$_GIT_TAG'
|
||||
- 'gcr.io/$PROJECT_ID/node-feature-discovery:$_PULL_BASE_REF'
|
||||
|
|
Loading…
Add table
Reference in a new issue