Skip to content

Commit

Permalink
Merge pull request #730 from marquiz/devel/buildx
Browse files Browse the repository at this point in the history
cloudbuild.yaml: set HOME to /root
  • Loading branch information
k8s-ci-robot authored Jan 20, 2022
2 parents a00970d + 38d1f1b commit 19ee369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 19ee369

Please sign in to comment.