mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-23 19:37:59 +02:00
channel support
This commit is contained in:
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -30,3 +30,23 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
version: v23.0.0
|
||||
|
||||
channel:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Set up Docker
|
||||
uses: ./
|
||||
with:
|
||||
version: v23.0.0-rc.4
|
||||
channel: test
|
||||
|
Reference in New Issue
Block a user