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

yuanzhou pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new d1b70dd750 [1.3][VL] Rename docker image name for 1.3 branch (#8573)
d1b70dd750 is described below

commit d1b70dd750e3aa5742e1b7ee8ab3f6c6e8a61568
Author: Yuan <[email protected]>
AuthorDate: Wed Feb 5 08:35:37 2025 +0800

    [1.3][VL] Rename docker image name for 1.3 branch (#8573)
    
    * [1.3][VL] update docker image name for 1.3 branch
    
    Signed-off-by: Yuan Zhou <[email protected]>
    
    * update for 1.3 branch
    
    Signed-off-by: Yuan Zhou <[email protected]>
    
    ---------
    
    Signed-off-by: Yuan Zhou <[email protected]>
---
 .github/workflows/docker_image.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docker_image.yml 
b/.github/workflows/docker_image.yml
index f6f0cd51b1..5ff4acd845 100644
--- a/.github/workflows/docker_image.yml
+++ b/.github/workflows/docker_image.yml
@@ -18,7 +18,7 @@ name: Build and Push Docker Image
 on:
   push:
     branches:
-      - main
+      - branch-1.3
     paths:
       - '.github/workflows/docker_image.yml'
       - 'dev/docker/Dockerfile.centos7-static-build'
@@ -50,7 +50,7 @@ jobs:
           context: .
           file: dev/docker/Dockerfile.centos7-static-build
           push: true
-          tags: apache/gluten:vcpkg-centos-7
+          tags: apache/gluten:1.3-vcpkg-centos-7
 
   build-centos-8:
     if: ${{ startsWith(github.repository, 'apache/') }}
@@ -75,4 +75,4 @@ jobs:
           context: .
           file: dev/docker/Dockerfile.centos8-dynamic-build
           push: true
-          tags: apache/gluten:centos-8
+          tags: apache/gluten:1.3-centos-8


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to