From 964d0b8a667537408189b785f25b6d5a26352b8b Mon Sep 17 00:00:00 2001 From: Alok G Singh Date: Thu, 18 Jan 2024 13:26:33 +0800 Subject: [PATCH] attempt to fix cache --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a638e27fdf77..fcb22bd41d1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,6 +98,7 @@ jobs: goreleaser release --clean -f ${{ matrix.goreleaser }} ${{ !startsWith(github.ref, 'refs/tags/') && ' --snapshot' || '' }}' | tee /tmp/build.sh chmod +x /tmp/build.sh docker run --rm --privileged -e GITHUB_TOKEN=${{ github.token }} \ + --user $(id -u):1001 -e HOME=/tmp \ -e GOPRIVATE=github.com/TykTechnologies \ -e GO111MODULE=on \ -e DEBVERS='${{ matrix.debvers }}' \