From 0086d7dc60b94191359d534b01c2760c18d6b82e Mon Sep 17 00:00:00 2001 From: Ravi Geda Date: Fri, 23 Mar 2018 11:42:28 +0000 Subject: [PATCH] Fix docker image name Correct the docker image name Change-Id: Idb0ac585468e65f54db97517ed010a78b01d87b4 Issue-ID: AAI-933 Signed-off-by: Ravi Geda --- champ-service/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 1717648..2bf1ed8 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -32,6 +32,7 @@ limitations under the License. org.onap.aai champ-service 1.2.0-SNAPSHOT + champ ${basedir}/target/swm/package/nix/dist_files${distFilesRoot} @@ -220,7 +221,7 @@ limitations under the License. true docker-hub - ${docker.push.registry}/onap/${project.artifactId} + ${docker.push.registry}/onap/${project.name} ${docker.location} latest -- 2.16.6