diff --git a/Makefile b/Makefile index bc8fec4..7266291 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ BINARY_UNIX = $(BINARY_NAME)_unix DOCKER_ACC ?= gwuhaolin DOCKER_REPO ?= livego -TAG := $(shell git describe --tags --abbrev=0 2>/dev/null) +TAG ?= $(shell git describe --tags --abbrev=0 2>/dev/null) default: all