This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 0d9d164b4c [INFRA][VL] Fix wrong Dockerfile (#9667)
0d9d164b4c is described below
commit 0d9d164b4cb74722976718d81a72600fa5f74e8a
Author: PHILO-HE <[email protected]>
AuthorDate: Fri May 16 22:39:24 2025 +0800
[INFRA][VL] Fix wrong Dockerfile (#9667)
---
.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 fb23d0851d..63ff3b6290 100644
--- a/.github/workflows/docker_image.yml
+++ b/.github/workflows/docker_image.yml
@@ -223,7 +223,7 @@ jobs:
with:
context: .
build-args: JAVA_VERSION=11
- file: dev/docker/Dockerfile.centos8-dynamic-build-jdk11
+ file: dev/docker/Dockerfile.centos8-dynamic-build
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,"name=${{ env.DOCKERHUB_REPO
}}",push-by-digest=true,push=true
@@ -274,7 +274,7 @@ jobs:
with:
context: .
build-args: JAVA_VERSION=17
- file: dev/docker/Dockerfile.centos8-dynamic-build-jdk17
+ file: dev/docker/Dockerfile.centos8-dynamic-build
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,"name=${{ env.DOCKERHUB_REPO
}}",push-by-digest=true,push=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]