summaryrefslogtreecommitdiffstats
path: root/datarouter-node/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'datarouter-node/pom.xml')
-rw-r--r--datarouter-node/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml
index 85203c25..2b784236 100644
--- a/datarouter-node/pom.xml
+++ b/datarouter-node/pom.xml
@@ -336,7 +336,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
<configuration>
- <imageName>datarouter-node</imageName>
+ <imageName>onap/dmaap/datarouter-node</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
<serverId>docker-hub</serverId>
<registryUrl>https://${docker.registry}</registryUrl>