diff options
Diffstat (limited to 'test/mocks/sniroemulator/pom.xml')
-rw-r--r-- | test/mocks/sniroemulator/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml index f7c91bf47..5c2493755 100644 --- a/test/mocks/sniroemulator/pom.xml +++ b/test/mocks/sniroemulator/pom.xml @@ -228,9 +228,10 @@ <artifactId>docker-maven-plugin</artifactId> <version>0.4.11</version> <configuration> - <imageName>openecomp/${project.artifactId}</imageName> - <dockerDirectory>${dockerLocation}</dockerDirectory> + <verbose>true</verbose> <serverId>docker-hub</serverId> + <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName> + <dockerDirectory>${dockerLocation}</dockerDirectory> <imageTags> <imageTag>latest</imageTag> </imageTags> |