Default TAG value makefile

This commit is contained in:
Ruben Cid
2020-04-14 15:34:59 +02:00
parent 4a68263061
commit 8c2757f6a2

View File

@@ -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