use docker app_name arg
All checks were successful
Build and Publish / release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 9s
Build and Publish / helm-release (push) Has been skipped

This commit is contained in:
Ryan McGuire 2025-04-04 15:42:05 -04:00
parent b1102825fe
commit d875bbb2f7

View File

@ -46,6 +46,7 @@ docker:
docker build \ docker build \
--build-arg VER_PKG=$(VER_PKG) \ --build-arg VER_PKG=$(VER_PKG) \
--build-arg VERSION=$(VERSION) \ --build-arg VERSION=$(VERSION) \
--build-arg APP_NAME=$(CMD_NAME) \
-t $(GIT_REPO):$(VERSION) . -t $(GIT_REPO):$(VERSION) .
docker push $(GIT_REPO):$(VERSION) docker push $(GIT_REPO):$(VERSION)