Compare commits

...

1 Commits

Author SHA1 Message Date
Jonas Plum
87fc0e6567 fix: working directory (#1146) 2025-09-02 22:02:52 +00:00

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 \