diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-27 00:12:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-27 00:12:14 +0000 |
commit | 2cc50cab6611b9aa41478164ae618579f2edf6e1 (patch) | |
tree | acd0823eff129e0a4a401f55f5b3ac438c751ac3 /test | |
parent | 82980a3118982599204ff49e28155504e4c6831b (diff) | |
parent | 505b09580abcfe9ad3cf147e7047e2352e5c2e7e (diff) |
Merge "Sniro Emulator - Set up docker maven plugin"
Diffstat (limited to 'test')
-rw-r--r-- | test/mocks/sniroemulator/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml index f7c91bf47..072f0ea31 100644 --- a/test/mocks/sniroemulator/pom.xml +++ b/test/mocks/sniroemulator/pom.xml @@ -228,9 +228,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> |