aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-09-22 13:08:21 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-09-22 13:12:47 -0700
commit4bf884f2cf80bcf1241dff7585a2a7385264c6d7 (patch)
tree4ffa196de542da129ec88b5ee50905928039abfe
parentf9aac39a55e54f4824abc873ab8e1e59cce2301e (diff)
Update sniroemulator pom to support docker:push
Change-Id: Ic356a226a996a74cf83d00d14c36fec2b6a05677 Issue-ID: INT-215 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--test/mocks/sniroemulator/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml
index 714be51d1..aa437500d 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>