summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 878b6c8..ccda51e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,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>guilin-latest</docker-image.tag.latest>
</properties>
<dependencies>
@@ -305,7 +307,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>