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

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