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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 56b1be46704 [hotfix] Update docs build CI image
56b1be46704 is described below

commit 56b1be467041bbe8c18140083279ccf0416f54fe
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Nov 1 10:24:48 2023 +0100

    [hotfix] Update docs build CI image
---
 .github/workflows/docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 3353fdc693b..26b29a1c9ca 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -48,7 +48,7 @@ jobs:
           fi
       - name: Build documentation
         run: |
-          docker run  --rm --volume "$PWD:/root/flink" 
chesnay/flink-ci:java_8_11 bash -c "cd /root/flink && 
./.github/workflows/docs.sh"
+          docker run  --rm --volume "$PWD:/root/flink" 
chesnay/flink-ci:java_8_11_17_maven_386_v2 bash -c "cd /root/flink && 
./.github/workflows/docs.sh"
       - name: Upload documentation
         uses: burnett01/rsync-deployments@5.2
         with:

Reply via email to