We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643b403 commit 1447602Copy full SHA for 1447602
Dockerfile
@@ -3,6 +3,7 @@ WORKDIR /app
3
COPY . .
4
ARG GITHUB_SHA
5
ARG VERSION
6
+SHELL ["/bin/bash", "-c"]
7
RUN echo "Building commit: ${GITHUB_SHA:0:7}" && \
8
go mod tidy && \
9
go build -ldflags="-s -w -X main.Version=${VERSION} -X main.CurrentCommit=${GITHUB_SHA:0:7}" -trimpath -o subs-check .
0 commit comments