From c08aeae7f1cd61a4673f9134fbaedf5a755e13d8 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Thu, 3 Nov 2022 13:10:38 +0000 Subject: [PATCH] Some builds could have issues with precached apk dependencies. --- .github/workflows/release.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 574343d..b082e16 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/Dockerfile b/Dockerfile index 9b82555..e48f0bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/