We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442ae72 commit 25bea16Copy full SHA for 25bea16
goreleaser.Dockerfile
@@ -21,8 +21,7 @@ RUN apt-get update && apt-get install -y \
21
build-essential \
22
&& rm -rf /var/lib/apt/lists/*
23
24
-#RUN git config --global --add safe.directory '*'
25
-#RUN git config --global url."https://".insteadOf git://
+RUN git config --global --add safe.directory '*'
26
27
COPY --from=installer /go/bin/goreleaser /go/bin/goreleaser
28
-ENTRYPOINT ["/go/bin/goreleaser"]
+ENTRYPOINT ["/go/bin/goreleaser"]
0 commit comments