We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9988d commit 9b44f45Copy full SHA for 9b44f45
.github/workflows/ci.yml
@@ -329,3 +329,23 @@ jobs:
329
env:
330
UNDOCK_VERSION: ${{ matrix.undock_version }}
331
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