From 81a21e42857e25e00ffa9fb413a33ca9891f556e Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:39:49 -0400 Subject: [PATCH] fix ns --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b3dbaf..0b10c21 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ NAMESPACE ?= local # Project's name PROJECT = ${NAMESPACE}_chevereto-build CONTAINER_BASENAME ?= ${NAMESPACE}_chevereto-build-${VERSION} -TAG_BASENAME ?= chevereto-build:${VERSION}-${NAMESPACE} +TAG_BASENAME ?= ${NAMESPACE}_chevereto-build:${VERSION} # SERVICE php|database|http SERVICE ?= php LICENSE ?= $(shell stty -echo; read -p "Chevereto V4 License key: " license; stty echo; echo $$license)