aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2021-02-12 14:45:59 +0100
committerMichal Banka <michal.banka@nokia.com>2021-02-12 15:26:27 +0100
commita3e5e53ba4c940642ddd5becacd4b0cf361fb5a4 (patch)
tree72c1576258600e0de36050e2b8273514d970df3d /Makefile
parentc5c005a74157d8436bffd714c316ce257d2700ca (diff)
Update image building
- Removed 'docker' profile - Removed auto building and pushing image from mvn phases - Unified image name through project - Updated README Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I20e5e21d61b5e0283f9de6b9d0b2e0988328537a Issue-ID: DCAEGEN2-2573
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcf3f44..d675741 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ build:
docker:
@echo "Building ves-openapi-manager docker image"
- @$(DOCKER) build --tag ves-openapi-manager:latest .
+ @$(DOCKER) build --tag $(IMAGE):latest .
run:
@echo "Starting ves-openapi-manager docker containers"