Changed CI vars

This commit is contained in:
Phil 2022-01-09 15:19:22 +01:00
parent ec4151cec5
commit 56997774ed

View file

@ -16,7 +16,7 @@ COPY . .
RUN go get -d -v ./...
RUN go build -a -installsuffix -ldflags="-w -s -X $I_PACKAGE.GitCommitShort=$I_GitCommitShort -X $I_PACKAGE.GitBranch=$I_GitBranch" -o app .
RUN go build -a -installsuffix -ldflags="-w -s -X $I_PACKAGE.GitCommitShort=$CI_COMMIT_SHORT_SHA -X $I_PACKAGE.GitBranch=$CI_COMMIT_BRANCH" -o app .
FROM scratch as production
WORKDIR /