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

fcsaky pushed a commit to branch docs-ci-rsync-dev
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/docs-ci-rsync-dev by this push:
     new 16c828af print java ver
16c828af is described below

commit 16c828af698035a12d10259c4b4524bd19002c89
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Sep 29 13:53:03 2025 +0200

    print java ver
---
 .github/workflows/docs.sh   | 1 +
 .github/workflows/docs.yaml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.sh b/.github/workflows/docs.sh
index 06eebe4a..eba1b1eb 100755
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -19,6 +19,7 @@
 set -e
 
 export JAVA_HOME=$JAVA_HOME_17_X64
+echo Java version: $JAVA_HOME
 
 # setup hugo
 
HUGO_REPO=https://github.com/gohugoio/hugo/releases/download/v0.104.0/hugo_extended_0.104.0_Linux-64bit.tar.gz
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index eba63008..fa06a804 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -52,8 +52,8 @@ jobs:
           docker run --rm --user "$(id -u):$(id -g)" \
             --workdir /workdir \
             -v "$PWD:/workdir" \
-            chesnay/flink-ci:java_8_11_17_maven_386 \
-            bash -c './.github/workflows/docs.sh'
+            chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \
+            bash -lc './.github/workflows/docs.sh'
       - name: Upload documentation
         uses: ./.github/actions/rsync-deployments
         with:

Reply via email to