aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c4f899e..4a4c077 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<executions>
<execution>
<id>docker-build-image</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>build</goal>
</goals>
@@ -151,7 +151,7 @@
<contextDir>${project.basedir}</contextDir>
<dockerFile>${project.basedir}/docker/Dockerfile</dockerFile>
<tags>
- <tag>${project.version}-STAGE-${maven.build.timestamp}Z</tag>
+ <tag>${project.version}-${maven.build.timestamp}Z</tag>
</tags>
</build>
</image>