From e351a16a64ca529fca604798cafb1806803ee01c Mon Sep 17 00:00:00 2001 From: Alok G Singh Date: Thu, 18 Jan 2024 13:29:16 +0800 Subject: [PATCH] attempt #2 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcb22bd41d1b..532802f1d28c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,8 +97,8 @@ jobs: git config --global --add safe.directory /go/src/github.com/TykTechnologies/tyk 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 \ + docker run --rm -e GITHUB_TOKEN=${{ github.token }} \ + --user $(id -u):0 -e HOME=/tmp \ -e GOPRIVATE=github.com/TykTechnologies \ -e GO111MODULE=on \ -e DEBVERS='${{ matrix.debvers }}' \