From 1fb891c8296d25a68a8605fe15c463563c71d894 Mon Sep 17 00:00:00 2001 From: Brandon Delcamp Date: Mon, 19 Oct 2020 19:18:15 -0400 Subject: [PATCH] Update makefile to explicit version on build as well as deploy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 976be2e..f145962 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: build build: - @docker build --tag=gizmotronic/openfire . + @docker build --tag=nasqueron/openfire:$(shell cat VERSION) . release: build - @docker build --tag=gizmotronic/openfire:$(shell cat VERSION) . + @docker build --tag=nasqueron/openfire:$(shell cat VERSION) .