mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
cloudbuild.yaml: set HOME to /root
As per https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/README.md we need that for buildx.
This commit is contained in:
parent
a00970db9c
commit
38d1f1b15d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ steps:
|
|||
- IMAGE_REGISTRY=gcr.io/$PROJECT_ID
|
||||
- _GIT_TAG=$_GIT_TAG
|
||||
- IMAGE_EXTRA_TAG_NAMES=$_PULL_BASE_REF
|
||||
- HOME=/root
|
||||
substitutions:
|
||||
_GIT_TAG: '0.0.0'
|
||||
_PULL_BASE_REF: 'master'
|
||||
|
|
Loading…
Reference in a new issue