Skip to content

Commit

Permalink
Docker build with the --load option (#246)
Browse files Browse the repository at this point in the history
* Use Github Actions for CI

* Fix Docker build by adding the --load options (Shortcut for --output=type=docker)
  • Loading branch information
arey committed Dec 23, 2023
1 parent d07a6ef commit 850aa93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<argument>build</argument>
<argument>-f</argument>
<argument>Dockerfile</argument>
<argument>--load</argument>
<argument>--build-arg</argument>
<argument>ARTIFACT_NAME=${project.build.finalName}</argument>
<argument>--build-arg</argument>
Expand Down

0 comments on commit 850aa93

Please sign in to comment.