Skip to content

Commit

Permalink
Ensure registry credentials available to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickiaj committed Jul 19, 2021
1 parent 3914e14 commit e00f80d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ release:
--privileged \
-e CGO_ENABLED=1 \
--env-file .release-env \
-v $(HOME)/.docker:/root/.docker \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-v `pwd`/sysroot:/sysroot \
Expand Down

0 comments on commit e00f80d

Please sign in to comment.