Merge pull request #12 from valitydev/ft/TD-74

TD-74::update image tag
This commit is contained in:
Ivan Martynyuk 2022-06-15 10:51:31 +03:00 committed by GitHub
commit c0db40a800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}