diff --git a/Makefile b/Makefile index 667cdaf27..35e44dbb0 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ SITE_BASEURL ?= SITE_DESTDIR ?= _site JEKYLL_OPTS := -d '$(SITE_DESTDIR)' $(if $(SITE_BASEURL),-b '$(SITE_BASEURL)',) -VERSION := $(shell git describe --tags --dirty --always) +VERSION := $(shell git describe --tags --dirty --always --match "v*") IMAGE_REGISTRY ?= registry.k8s.io/nfd IMAGE_TAG_NAME ?= $(VERSION)