fix #774
This commit is contained in:
6543
2022-02-24 15:35:11 +01:00
committed by GitHub
parent 28e96a3851
commit f97f6f25b3
4 changed files with 5 additions and 3 deletions

View File

@@ -5,8 +5,10 @@ TARGETOS ?= linux
TARGETARCH ?= amd64
VERSION ?= next
VERSION_NUMBER ?= 0.0.0
ifneq ($(CI_COMMIT_TAG),)
VERSION := $(CI_COMMIT_TAG:v%=%)
VERSION_NUMBER := ${VERSION}
endif
# append commit-sha to next version