Some builds could have issues with precached apk dependencies.

This commit is contained in:
2022-11-03 13:10:38 +00:00
parent 915c9a9f71
commit c08aeae7f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ jobs:
project_path: .
binary_name: semver-gen
asset_name: semver-gen-${{ matrix.goos }}-${{ matrix.goarch }}
release_name: version v1:${{ needs.prepare.outputs.RELEASE_VERSION }}
release_name: version v1
release_tag: v1
compress_assets: false
retry: 10
+1 -1
View File
@@ -2,7 +2,7 @@
FROM golang:1-alpine as baseimg
RUN apk add make ca-certificates
RUN apk add --no-cache make ca-certificates
WORKDIR /go/src/app
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
COPY . /go/src/app/