Skip to content

Commit

Permalink
[Fix] fix docker image publish setting
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Sep 28, 2024
1 parent 05cf84f commit c6bf4f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,10 @@
<argument>linux/amd64,linux/arm64</argument>
<argument>--no-cache</argument>
<argument>--push</argument>
<argument>--all-tags</argument>
<argument>-t</argument>
<argument>${docker.hub}/${docker.repo}:${docker.tag}</argument>
<argument>-t</argument>
<argument>${docker.hub}/${docker.repo}:latest</argument>
<argument>${docker.hub}/${docker.repo}</argument>
<argument>${project.basedir}</argument>
<argument>--build-arg</argument>
Expand Down

0 comments on commit c6bf4f7

Please sign in to comment.