ACS-4140 Change the 'build-multiarch-docker-image' profile phase to package

This commit is contained in:
Damian.Ujma@hyland.com
2023-03-14 09:39:02 +01:00
parent d340f5e924
commit 38781abc9a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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