summaryrefslogtreecommitdiffstats
path: root/standalone/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/pom.xml')
-rw-r--r--standalone/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 1e2733bc..498068cc 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -207,9 +207,9 @@
<dockerFileDir>${basedir}/target/version/</dockerFileDir>
<dockerFile>${basedir}/target/version/Dockerfile</dockerFile>
<tags>
- <tag>${project.version}</tag>
- <tag>${project.version}-${maven.build.timestamp}</tag>
- <tag>${project.docker.latesttag.version}</tag>
+ <tag>${project.version}-latest</tag>
+ <tag>${project.version}.split('-').[0]-STAGING-latest</tag>
+ <tag>${project.version}.split('-').[0]-STAGING-${maven.build.timestamp}</tag>
</tags>
</build>
</image>