We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0be544 commit 7a1b5a0Copy full SHA for 7a1b5a0
Makefile
@@ -29,7 +29,7 @@ GITTAG := $(shell git describe --abbrev=0 --tags ${GITTAG_COMMIT} 2>/dev/null ||
29
# Branch from git
30
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
31
32
-TAG := $(GITTAG:v%=%)
+TAG := $(GITTAG)
33
ifneq ($(COMMIT), $(GITTAG_COMMIT))
34
TAG := $(COMMIT)
35
endif
0 commit comments