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)