summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4f53bce..d866d5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<executions>
<execution>
<id>build-image</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>build</goal>
</goals>
@@ -141,7 +141,7 @@
<execution>
<id>tag-image-project-version</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>tag</goal>
</goals>
@@ -154,7 +154,7 @@
<execution>
<id>tag-image-latest</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>tag</goal>
</goals>