add var to store version tag & adjust Justfile

This commit is contained in:
6543 2022-06-14 19:29:09 +02:00
parent a92088f8e8
commit 79c836ffe5
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
4 changed files with 9 additions and 2 deletions

View file

@ -22,7 +22,7 @@ pipeline:
image: a6543/golang_just
commands:
- go version
- just build
- just build-tag ${CI_COMMIT_TAG##v}
test:
image: a6543/golang_just