summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfarrelly <david.farrelly@est.tech>2019-07-30 13:22:30 +0000
committerdfarrelly <david.farrelly@est.tech>2019-07-30 13:22:30 +0000
commitb206a09a4bf53ddd11ac2f55eef8906a44d829ae (patch)
treeb4f627e517554d16271f52f5fd5e1d95aa4530e6
parent924a805b71005f56fed260e1b92e4e27ef0a381f (diff)
Fix image name in pom5.0.0-ONAP
Issue-ID: DCAEGEN2-1683 Change-Id: I01e7ed59ce934e3d630f17ece8699fff20fc50d0 Signed-off-by: dfarrelly <david.farrelly@est.tech>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 41a8d73..c25b53b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,7 +288,7 @@
<configuration>
<images>
<image>
- <name>${project.groupId}.${project.artifactId}</name>
+ <name>onap/${project.groupId}.${project.artifactId}</name>
<registry>${onap.nexus.dockerregistry.daily}</registry>
<build>
<contextDir>${project.basedir}</contextDir>