Skip to content

Commit a0bcf1c

Browse files
committed
Build docker image in package phase
1 parent dc7b690 commit a0bcf1c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,14 @@
339339
<version>0.1.0</version>
340340
</dependency>
341341
</dependencies>
342-
342+
<executions>
343+
<execution>
344+
<phase>package</phase>
345+
<goals>
346+
<goal>build</goal>
347+
</goals>
348+
</execution>
349+
</executions>
343350
<configuration>
344351
<from>
345352
<image>redhat/ubi10-micro:10</image>

0 commit comments

Comments
 (0)