Skip to content

Commit

Permalink
fix full tag
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <[email protected]>
  • Loading branch information
javanlacerda committed Oct 8, 2024
1 parent 878bd57 commit 321e2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 321e2be

Please sign in to comment.