From 321e2bef6cf7b3ca7fb502bba53ed62c0b019d90 Mon Sep 17 00:00:00 2001 From: Javan lacerda Date: Tue, 8 Oct 2024 18:58:20 +0000 Subject: [PATCH] fix full tag Signed-off-by: Javan lacerda --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ebd67950..ee80b192f 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ FORMATED_LABEL ?= RUN_NUMBER ?= "local" -FULL_TAG := "0.$(shell date +%Y%m%d).$(RUN_NUMBER)+ref.$(GIT_HASH)" +FULL_TAG := "0.$(shell date +%Y%m%d).$(RUN_NUMBER)-ref.$(GIT_VERSION)" # Binaries PROTOC-GEN-GO := $(TOOLS_BIN_DIR)/protoc-gen-go