This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 2871a41dbb1 Use docker v28.0.4 to run example E2E (#38044)
2871a41dbb1 is described below
commit 2871a41dbb1c28f6349faf399c7867533898bd86
Author: Raigor <[email protected]>
AuthorDate: Sat Feb 14 18:02:55 2026 +0800
Use docker v28.0.4 to run example E2E (#38044)
---
.github/workflows/nightly-build.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index ab93e95a2bc..dda68ef315c 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -267,6 +267,10 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
+ - uses: docker/setup-docker-action@v4
+ with:
+ version: v28.0.4
+ set-host: true
- uses: actions/[email protected]
with:
path: |