Update sniroemulator pom to support docker:push
Change-Id: Ic356a226a996a74cf83d00d14c36fec2b6a05677
Issue-ID: INT-215
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml
index 714be51..aa43750 100644
--- a/test/mocks/sniroemulator/pom.xml
+++ b/test/mocks/sniroemulator/pom.xml
@@ -170,9 +170,8 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
<configuration>
- <imageName>openecomp/${project.artifactId}</imageName>
+ <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
- <serverId>docker-hub</serverId>
<imageTags>
<imageTag>latest</imageTag>
</imageTags>