fix: working directory (#1146)

This commit is contained in:
Jonas Plum
2025-09-03 00:02:52 +02:00
committed by GitHub
parent 06fdae4ab9
commit 87fc0e6567

View File

@@ -31,8 +31,9 @@ jobs:
- name: Run GoReleaser
run: |
docker run --rm --privileged \
-v ${{ github.workspace }}:/workspace \
-v `pwd`:/go/src/github.com/SecurityBrewery/catalyst \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /go/src/github.com/SecurityBrewery/catalyst \
-e CGO_ENABLED=1 \
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
ghcr.io/goreleaser/goreleaser-cross:latest \