From eda8e2721c0550dae3b118c1c81dbc4b6039d972 Mon Sep 17 00:00:00 2001 From: Brian Zambrano Date: Mon, 28 Aug 2017 13:22:22 -0600 Subject: [PATCH] fix mistake in tag name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0b6ab3..222aa0a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ py2 : py3 : docker build \ - -t $(NAME)-python3:$(VERSION) \ + -t $(NAME):$(VERSION)-python3 \ -f Dockerfile-python3 \ --build-arg SERVERLESS_VERSION=$(VERSION) \ .