mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-16 02:26:31 +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:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
latest:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
@ -28,8 +28,6 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Set up Docker
|
name: Set up Docker
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
|
||||||
version: v23.0.0
|
|
||||||
|
|
||||||
channel:
|
channel:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
@ -68,7 +66,7 @@ jobs:
|
||||||
name: Set up Docker
|
name: Set up Docker
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: v23.0.0
|
version: v23.0.3
|
||||||
context: foo
|
context: foo
|
||||||
-
|
-
|
||||||
name: Check context
|
name: Check context
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue