diff options
author | Ravi Geda <gravik@amdocs.com> | 2018-03-23 11:42:28 +0000 |
---|---|---|
committer | Ravi Geda <gravik@amdocs.com> | 2018-03-23 11:42:28 +0000 |
commit | 0086d7dc60b94191359d534b01c2760c18d6b82e (patch) | |
tree | 3c1809e874e6882cb24573c9e03a51dd7d922f9c /champ-service/pom.xml | |
parent | 985b15821e37a82d90ca8939058f0a197558c3a1 (diff) |
Fix docker image name
Correct the docker image name
Change-Id: Idb0ac585468e65f54db97517ed010a78b01d87b4
Issue-ID: AAI-933
Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'champ-service/pom.xml')
-rw-r--r-- | champ-service/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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. <groupId>org.onap.aai</groupId> <artifactId>champ-service</artifactId> <version>1.2.0-SNAPSHOT</version> + <name>champ</name> <properties> <runAjscHome>${basedir}/target/swm/package/nix/dist_files${distFilesRoot}</runAjscHome> @@ -220,7 +221,7 @@ limitations under the License. <configuration> <verbose>true</verbose> <serverId>docker-hub</serverId> - <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName> + <imageName>${docker.push.registry}/onap/${project.name}</imageName> <dockerDirectory>${docker.location}</dockerDirectory> <imageTags> <imageTag>latest</imageTag> |