From 4209c3f5bd3fc70ff625cc700ad76cef6ebe416f Mon Sep 17 00:00:00 2001 From: ivnmrtk Date: Wed, 15 Jun 2022 10:51:08 +0300 Subject: [PATCH] TD-74::update image tag --- hack/goreleaser.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/goreleaser.sh b/hack/goreleaser.sh index 361a7b7..fe471be 100755 --- a/hack/goreleaser.sh +++ b/hack/goreleaser.sh @@ -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 }