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 4de4160 commit f224d11Copy full SHA for f224d11
Makefile
@@ -1,7 +1,7 @@
1
.SILENT :
2
.PHONY : docker-gen clean fmt
3
4
-TAG:=`git describe --abbrev=0 --tags`
+TAG:=`git describe --tags`
5
LDFLAGS:=-X main.buildVersion $(TAG)
6
7
all: docker-gen
0 commit comments