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 a19721a commit ead1e75Copy full SHA for ead1e75
1 file changed
Makefile
@@ -24,7 +24,7 @@ REGISTRY ?= stashed
24
25
# This version-strategy uses git tags to set the version string
26
git_branch := $(shell git rev-parse --abbrev-ref HEAD)
27
-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 "")
28
commit_hash := $(shell git rev-parse --verify HEAD)
29
commit_timestamp := $(shell date --date="@$$(git show -s --format=%ct)" --utc +%FT%T)
30
0 commit comments