aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2021-03-15 16:11:04 +0100
committerEdyta Krukowska <edyta.krukowska@nokia.com>2021-03-15 16:11:04 +0100
commit536eeb282b2f180e03fa8350769e7634bfd9f2d5 (patch)
tree64fa85714fceccc2ddcc17b80f005748c81b3ff9
parente71ffa52494ba0dedc2b4a1c295b20e9806243d0 (diff)
Fix docker installation in pom
Issue-ID: INT-1869 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I246a4ec96bb9c0d22b48d851ee838b781c029c09
-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>