From d875bbb2f71870d79f1b27b32046c604f78379e2 Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Fri, 4 Apr 2025 15:42:05 -0400 Subject: [PATCH] use docker app_name arg --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3756866..09c8874 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ docker: docker build \ --build-arg VER_PKG=$(VER_PKG) \ --build-arg VERSION=$(VERSION) \ + --build-arg APP_NAME=$(CMD_NAME) \ -t $(GIT_REPO):$(VERSION) . docker push $(GIT_REPO):$(VERSION)