Skip to content

Commit dcdabde

Browse files
authored
Fix read only (#595)
1 parent 2c35a5e commit dcdabde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +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" \
98+
-v "${HOME}/.docker:/root/.docker" \
9999
-e GORELEASER_CURRENT_TAG -e CIRCLE_TAG -e CIRCLE_SHA1 \
100100
-e GO111MODULE=on \
101101
-e GITHUB_TOKEN \

0 commit comments

Comments
 (0)