Skip to content

Commit

Permalink
Merge pull request #76 from dims/patch-3
Browse files Browse the repository at this point in the history
Set $HOME to /root for buildx to be picked up
  • Loading branch information
k8s-ci-robot authored Apr 22, 2020
2 parents 0759060 + 6c08ff9 commit e69e814
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 @@ -13,6 +13,7 @@ steps:
- DOCKER_CLI_EXPERIMENTAL=enabled
- VERSION=$_GIT_TAG
- BASE_REF=$_PULL_BASE_REF
- HOME=/root
args:
- '-c'
- |
Expand Down

0 comments on commit e69e814

Please sign in to comment.