From 8c2757f6a2a5b2bc2ab47356c1b48f323bc92c3e Mon Sep 17 00:00:00 2001 From: Ruben Cid Date: Tue, 14 Apr 2020 15:34:59 +0200 Subject: [PATCH] Default TAG value makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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