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

yuanzhou 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 fa9913b98 [VL][CI] update the docker image in nightly cache job (#5855)
fa9913b98 is described below

commit fa9913b9812d12ee925f5872f0dadc829810cb87
Author: Yuan <[email protected]>
AuthorDate: Thu May 23 17:29:53 2024 +0800

    [VL][CI] update the docker image in nightly cache job (#5855)
    
    update the image in cache job
    Signed-off-by: Yuan Zhou <[email protected]>
---
 .github/workflows/velox_docker_cache.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/velox_docker_cache.yml 
b/.github/workflows/velox_docker_cache.yml
index 7d3fc96ad..591be2609 100644
--- a/.github/workflows/velox_docker_cache.yml
+++ b/.github/workflows/velox_docker_cache.yml
@@ -27,7 +27,7 @@ concurrency:
 jobs:
   cache-native-lib:
     runs-on: ubuntu-20.04
-    container: inteldpo/gluten-centos-packaging:latest # centos7 with 
dependencies installed
+    container: apache/gluten:gluten-vcpkg-builder_2024_05_22 # centos7 with 
dependencies installed
     steps:
       - uses: actions/checkout@v2
       - name: Generate cache key


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

Reply via email to