summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a8719aa..a594d5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,8 @@
<pmmapper.main.class>org.onap.dcaegen2.services.pmmapper.App</pmmapper.main.class>
<dep.dir.name>libs</dep.dir.name>
<ext.dep.dir.path>${dep.dir.name}/external</ext.dep.dir.path>
+
+ <docker-image.tag.latest>latest</docker-image.tag.latest>
</properties>
<dependencies>
@@ -307,7 +309,7 @@
<configuration>
<images>
<image>
- <name>onap/${project.groupId}.${project.artifactId}</name>
+ <name>onap/${project.groupId}.${project.artifactId}:${docker-image.tag.latest}</name>
<registry>${onap.nexus.dockerregistry.daily}</registry>
<build>
<contextDir>${project.basedir}</contextDir>