mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-13 01:11:15 +00:00
ci: test docker 29 release
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
db9988d080
commit
9b44f456e3
1 changed files with 20 additions and 0 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
|
@ -329,3 +329,23 @@ jobs:
|
||||||
env:
|
env:
|
||||||
UNDOCK_VERSION: ${{ matrix.undock_version }}
|
UNDOCK_VERSION: ${{ matrix.undock_version }}
|
||||||
REGCTL_VERSION: ${{ matrix.regctl_version }}
|
REGCTL_VERSION: ${{ matrix.regctl_version }}
|
||||||
|
|
||||||
|
docker-29:
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- macos-13
|
||||||
|
- windows-latest
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v5
|
||||||
|
-
|
||||||
|
name: Set up Docker
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
version: v29.0.0-rc.1
|
||||||
|
channel: test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue