changed execution phase to deploy for internal profile

This commit is contained in:
cagache
2018-06-21 17:04:25 +03:00
parent fd7a805930
commit 934710d77e

View File

@@ -394,7 +394,7 @@
<executions> <executions>
<execution> <execution>
<id>build-push-image</id> <id>build-push-image</id>
<phase>install</phase> <phase>deploy</phase>
<goals> <goals>
<goal>build</goal> <goal>build</goal>
<goal>push</goal> <goal>push</goal>