Skip to content

Commit 8c2757f

Browse files
committed
Default TAG value makefile
1 parent 4a68263 commit 8c2757f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BINARY_UNIX = $(BINARY_NAME)_unix
99
DOCKER_ACC ?= gwuhaolin
1010
DOCKER_REPO ?= livego
1111

12-
TAG := $(shell git describe --tags --abbrev=0 2>/dev/null)
12+
TAG ?= $(shell git describe --tags --abbrev=0 2>/dev/null)
1313

1414
default: all
1515

0 commit comments

Comments
 (0)