Skip to content

Commit 9b44f45

Browse files
committed
ci: test docker 29 release
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent db9988d commit 9b44f45

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,23 @@ jobs:
329329
env:
330330
UNDOCK_VERSION: ${{ matrix.undock_version }}
331331
REGCTL_VERSION: ${{ matrix.regctl_version }}
332+
333+
docker-29:
334+
runs-on: ${{ matrix.os }}
335+
strategy:
336+
fail-fast: false
337+
matrix:
338+
os:
339+
- ubuntu-latest
340+
- macos-13
341+
- windows-latest
342+
steps:
343+
-
344+
name: Checkout
345+
uses: actions/checkout@v5
346+
-
347+
name: Set up Docker
348+
uses: ./
349+
with:
350+
version: v29.0.0-rc.1
351+
channel: test

0 commit comments

Comments
 (0)