diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-03-15 16:11:04 +0100 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-03-15 16:11:04 +0100 |
commit | 536eeb282b2f180e03fa8350769e7634bfd9f2d5 (patch) | |
tree | 64fa85714fceccc2ddcc17b80f005748c81b3ff9 | |
parent | e71ffa52494ba0dedc2b4a1c295b20e9806243d0 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |