This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 3dd8275e67 [branch-1.4] set the right docker image name for 1.4 branch
(#9479)
3dd8275e67 is described below
commit 3dd8275e67b7b805e515fd0166790b0336e1e593
Author: Yuan <[email protected]>
AuthorDate: Thu May 1 14:15:06 2025 +0100
[branch-1.4] set the right docker image name for 1.4 branch (#9479)
Adding "1.4" to docker image name used in branch-1.4, so the changes in
main branch does not impact the branch-1.4
A follow-up patch will modify the CI to use the right docker
---
.github/workflows/docker_image.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/docker_image.yml
b/.github/workflows/docker_image.yml
index c6b2c496d9..f48cfb5270 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.4
paths:
- '.github/workflows/docker_image.yml'
- '.github/workflows/util/install_spark_resources.sh'
@@ -57,7 +57,7 @@ jobs:
context: .
file: dev/docker/Dockerfile.centos7-static-build
push: true
- tags: ${{ env.DOCKERHUB_REPO }}:vcpkg-centos-7
+ tags: ${{ env.DOCKERHUB_REPO }}:1.4-vcpkg-centos-7
build-vcpkg-centos-8:
if: ${{ startsWith(github.repository, 'apache/') }}
@@ -75,7 +75,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKERHUB_REPO }}
- tags: vcpkg-centos-8
+ tags: 1.4-vcpkg-centos-8
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@@ -125,7 +125,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKERHUB_REPO }}
- tags: centos-8-jdk8
+ tags: 1.4-centos-8-jdk8
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@@ -175,7 +175,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKERHUB_REPO }}
- tags: centos-8-jdk11
+ tags: 1.4-centos-8-jdk11
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@@ -225,7 +225,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKERHUB_REPO }}
- tags: centos-8-jdk17
+ tags: 1.4-centos-8-jdk17
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]