mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 15:52:47 +01:00
Compare commits
1 Commits
v0.15.0-rc
...
v0.15.0-rc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87fc0e6567 |
3
.github/workflows/goreleaser.yml
vendored
3
.github/workflows/goreleaser.yml
vendored
@@ -31,8 +31,9 @@ jobs:
|
|||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
run: |
|
run: |
|
||||||
docker run --rm --privileged \
|
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 \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
|
-w /go/src/github.com/SecurityBrewery/catalyst \
|
||||||
-e CGO_ENABLED=1 \
|
-e CGO_ENABLED=1 \
|
||||||
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
|
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
|
||||||
ghcr.io/goreleaser/goreleaser-cross:latest \
|
ghcr.io/goreleaser/goreleaser-cross:latest \
|
||||||
|
|||||||
Reference in New Issue
Block a user