From ae77b104a5199861659b20064c0903f39da422b3 Mon Sep 17 00:00:00 2001 From: lystopad Date: Thu, 7 Nov 2024 04:07:33 +0100 Subject: [PATCH] Sync GIT_TAG with main branch (7 chars for commit id) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c47a3a97ab8..c5a56d63077 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOCKER := $(shell command -v docker 2> /dev/null) GIT_COMMIT ?= $(shell git rev-list -1 HEAD) GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) -GIT_TAG ?= $(shell git describe --tags '--match=v*' --dirty) +GIT_TAG ?= $(shell git describe --tags '--match=*.*.*' --abbrev=7 --dirty) ERIGON_USER ?= erigon # if using volume-mounting data dir, then must exist on host OS DOCKER_UID ?= $(shell id -u)