mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
Fix docker publish authentication issue
In gorelease-cross 1.19+, dockerhub authentication will require docker logion action followed by mounting docker config file. See https://github.com/goreleaser/goreleaser-cross#github-actions.
This commit is contained in:
parent
180d4444df
commit
e68d2d1a87
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -224,6 +224,7 @@ release:
|
||||||
-e DOCKER_PASSWORD \
|
-e DOCKER_PASSWORD \
|
||||||
-e SLACK_WEBHOOK \
|
-e SLACK_WEBHOOK \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
|
-v $(HOME)/.docker/config.json:/root/.docker/config.json \
|
||||||
-v `pwd`:/go/src/$(PACKAGE_NAME) \
|
-v `pwd`:/go/src/$(PACKAGE_NAME) \
|
||||||
-w /go/src/$(PACKAGE_NAME) \
|
-w /go/src/$(PACKAGE_NAME) \
|
||||||
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
|
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue