From 505b09580abcfe9ad3cf147e7047e2352e5c2e7e Mon Sep 17 00:00:00 2001 From: Geora Barsky Date: Tue, 26 Sep 2017 12:18:28 -0400 Subject: Sniro Emulator - Set up docker maven plugin Adding docker push registry variable into docker maven plugin image name Change-Id: Id5f20558a67a37a5921e0da272befc42341aaf7b JIRA-ID: INT-215 Signed-off-by: Geora Barsky --- test/mocks/sniroemulator/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/mocks/sniroemulator/pom.xml') 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 @@ docker-maven-plugin 0.4.11 - openecomp/${project.artifactId} + ${docker.push.registry}/onap/${project.artifactId} ${dockerLocation} - docker-hub latest -- cgit 1.2.3-korg