This is an automated email from the ASF dual-hosted git repository.

jarvis pushed a commit to branch hotfix/docker
in repository https://gitbox.apache.org/repos/asf/seatunnel.git

commit c6bf4f73c01c07cc9f67975556002032bf553c51
Author: jarvis <jar...@apache.org>
AuthorDate: Sat Sep 28 21:56:01 2024 +0800

    [Fix] fix docker image publish setting
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab8453af40..1b344127f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to