context input

This commit is contained in:
CrazyMax
2023-03-10 01:58:55 +01:00
parent 3dcc76c352
commit e4a53ed864
6 changed files with 48 additions and 10 deletions

View File

@ -50,3 +50,27 @@ jobs:
with:
version: v23.0.0-rc.4
channel: test
context:
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
context: foo
-
name: Check context
run: |
docker context inspect foo