TD-74::update image tag

This commit is contained in:
ivnmrtk 2022-06-15 10:51:08 +03:00
parent 88b0266cc5
commit 4209c3f5bd

View File

@ -29,7 +29,7 @@ prepare() {
release_snapshot() {
prepare
export GORELEASER_CURRENT_TAG=v9.99.11-dev-vality
export GORELEASER_CURRENT_TAG=v9.99.12-dev-vality
goreleaser release --rm-dist --snapshot --skip-publish
# Push images
docker push ghcr.io/valitydev/botkube:${GORELEASER_CURRENT_TAG}-amd64
@ -49,7 +49,7 @@ build() {
-v $PWD:/go/src/github.com/valitydev/botkube \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /go/src/github.com/valitydev/botkube \
-e GORELEASER_CURRENT_TAG=v9.99.11-dev-vality \
-e GORELEASER_CURRENT_TAG=v9.99.12-dev-vality \
goreleaser/goreleaser release --rm-dist --snapshot --skip-publish
}