We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c35a5e commit 89de34bCopy full SHA for 89de34b
.circleci/config.yml
@@ -95,7 +95,7 @@ jobs:
95
docker run --rm \
96
-v /var/run/docker.sock:/var/run/docker.sock \
97
-v "$(pwd):/workspace" -w /workspace \
98
- -v "${HOME}/.docker:/root/.docker:ro" \
+ -v "${HOME}/.docker:/root/.docker" \
99
-e GORELEASER_CURRENT_TAG -e CIRCLE_TAG -e CIRCLE_SHA1 \
100
-e GO111MODULE=on \
101
-e GITHUB_TOKEN \
0 commit comments