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 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:
Markus Lehtonen 2022-01-20 19:06:06 +02:00
parent a00970db9c
commit 38d1f1b15d

View file

@ -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'