mirror of
https://github.com/khorevaa/kubodin.git
synced 2024-12-12 08:54:22 +02:00
7 lines
216 B
Bash
7 lines
216 B
Bash
#!/usr/bin/env sh
|
|
|
|
docker run --rm --privileged \
|
|
-v $PWD:/go/src/app \
|
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
|
-w /go/src/app \
|
|
goreleaser/goreleaser:latest release --snapshot --skip-publish --rm-dist |