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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 932a20a5de [branch-1.4][VL] Fix docker build (#9607)
932a20a5de is described below

commit 932a20a5de676ee4b076f0adb555d4e6516836df
Author: PHILO-HE <[email protected]>
AuthorDate: Tue May 13 09:54:43 2025 +0800

    [branch-1.4][VL] Fix docker build (#9607)
---
 .github/workflows/docker_image.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker_image.yml 
b/.github/workflows/docker_image.yml
index 42747d52db..dbcc62adb6 100644
--- a/.github/workflows/docker_image.yml
+++ b/.github/workflows/docker_image.yml
@@ -264,7 +264,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        digests: [ 1.4-vcpkg-centos-8, 1.4-centos-8-jdk8, 1.4-centos-8-jdk11, 
1.4-centos-8-jdk17 ]
+        digests: [ vcpkg-centos-8, centos-8-jdk8, centos-8-jdk11, 
centos-8-jdk17 ]
     needs:
       - build-vcpkg-centos-8
       - build-centos-8-jdk8
@@ -292,7 +292,7 @@ jobs:
         uses: docker/metadata-action@v5
         with:
           images: ${{ env.DOCKERHUB_REPO }}
-          tags: ${{ matrix.digests }}
+          tags: 1.4-${{ matrix.digests }}
 
       - name: Create manifest list and push
         working-directory: ${{ runner.temp }}/digests


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

Reply via email to