1
0
mirror of https://github.com/khorevaa/kubodin.git synced 2024-12-12 08:54:22 +02:00
kubodin/goreleaser.sh

7 lines
216 B
Bash
Raw Permalink Normal View History

2021-03-04 13:14:13 +02:00
#!/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