mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-15 10:16:29 +00:00
update worklow
This commit is contained in:
parent
f7684ff69a
commit
241acd22c2
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
latest:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -28,8 +28,6 @@ jobs:
|
|||
-
|
||||
name: Set up Docker
|
||||
uses: ./
|
||||
with:
|
||||
version: v23.0.0
|
||||
|
||||
channel:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
@ -68,7 +66,7 @@ jobs:
|
|||
name: Set up Docker
|
||||
uses: ./
|
||||
with:
|
||||
version: v23.0.0
|
||||
version: v23.0.3
|
||||
context: foo
|
||||
-
|
||||
name: Check context
|
||||
|
|
|
|||
Loading…
Reference in a new issue