Skip to content

Commit

Permalink
always run docker-manven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 31, 2023
1 parent 9a31d92 commit 4e281b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/setup-java-build/maven-build-cache-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
<goal>deploy</goal>
</goals>
</goalsList>
<goalsList artifactId="docker-maven-plugin">
<goals>
<goal>build</goal>
<goal>start</goal>
<goal>stop</goal>
</goals>
</goalsList>
</goalsLists>
</runAlways>
<reconcile logAllProperties="true">
Expand Down

0 comments on commit 4e281b4

Please sign in to comment.