Oops
This commit is contained in:
parent
548b0a0858
commit
bc3abcea35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
name: Cross-Compile & Execute GoReleaser
|
||||
run: |
|
||||
docker run --rm --privileged \
|
||||
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
|
||||
-v $PWD:/go/src/github.com/postwoman-io/postwoman-proxy \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-w /go/src/github.com/postwoman-io/postwoman-proxy \
|
||||
|
|
Loading…
Reference in a new issue