From: Ravi Geda Date: Fri, 23 Mar 2018 11:42:28 +0000 (+0000) Subject: Fix docker image name X-Git-Tag: v1.2.2~20^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0086d7dc60b94191359d534b01c2760c18d6b82e;p=aai%2Fchamp.git Fix docker image name Correct the docker image name Change-Id: Idb0ac585468e65f54db97517ed010a78b01d87b4 Issue-ID: AAI-933 Signed-off-by: Ravi Geda --- 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