There was an error while loading. Please reload this page.
1 parent 473901e commit 50ea9f5Copy full SHA for 50ea9f5
1 file changed
Makefile
@@ -25,7 +25,7 @@ REGISTRY ?= stashed
25
26
# This version-strategy uses git tags to set the version string
27
git_branch := $(shell git rev-parse --abbrev-ref HEAD)
28
-git_tag := $(shell git describe --exact-match --abbrev=0 2>/dev/null || echo "")
+git_tag := $(shell git describe --tags --exact-match --abbrev=0 2>/dev/null || echo "")
29
commit_hash := $(shell git rev-parse --verify HEAD)
30
commit_timestamp := $(shell date --date="@$$(git show -s --format=%ct)" --utc +%FT%T)
31
0 commit comments