Skip to content

Commit

Permalink
attempt to fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alephnull committed Jan 18, 2024
1 parent 0519c0c commit 964d0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}' \
Expand Down

0 comments on commit 964d0b8

Please sign in to comment.