diff options
Diffstat (limited to 'test/mocks')
-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 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> |