From 0aa02844a2d9806ab30a010b9b5d928d69392579 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Wed, 6 Jun 2018 13:18:05 +0200 Subject: Push docker images to a registry Change-Id: Ife1d98af977a439ef7196caa2cf8fb0968e65fe3 Signed-off-by: Piotr Jaszczyk Issue-ID: DCAEGEN2-601 --- pom.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2fc094e0..17a86b46 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,13 @@ UTF-8 + + org.apache.maven.plugins + maven-deploy-plugin + + true + + kotlin-maven-plugin org.jetbrains.kotlin @@ -352,6 +359,13 @@ build + + push-docker-image + deploy + + push + + true @@ -362,9 +376,6 @@ ${docker-image.namespace}/${docker-image.name} ${project.basedir} - - ${project.version} - -- cgit 1.2.3-korg