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.
2 parents 1ecb1c7 + 55961cc commit 68e1108Copy full SHA for 68e1108
Makefile
@@ -29,7 +29,7 @@ SITE_BASEURL ?=
29
SITE_DESTDIR ?= _site
30
JEKYLL_OPTS := -d '$(SITE_DESTDIR)' $(if $(SITE_BASEURL),-b '$(SITE_BASEURL)',)
31
32
-VERSION := $(shell git describe --tags --dirty --always)
+VERSION := $(shell git describe --tags --dirty --always --match "v*")
33
34
IMAGE_REGISTRY ?= registry.k8s.io/nfd
35
IMAGE_TAG_NAME ?= $(VERSION)
0 commit comments