Skip to content

Commit 5795271

Browse files
committed
Fix docker login on release
1 parent 25a2080 commit 5795271

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
docker run --rm \
9696
-v /var/run/docker.sock:/var/run/docker.sock \
9797
-v "$(pwd):/workspace" -w /workspace \
98+
-v "${HOME}/.docker:/root/.docker:ro" \
9899
-e GORELEASER_CURRENT_TAG -e CIRCLE_TAG -e CIRCLE_SHA1 \
99100
-e GO111MODULE=on \
100101
-e GITHUB_TOKEN \

0 commit comments

Comments
 (0)