mirror of
https://github.com/docker/setup-buildx-action
synced 2024-11-10 06:01:40 +00:00
Fix workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
d479e0f33a
commit
59639b8774
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -109,7 +109,9 @@ jobs:
|
|||
matrix:
|
||||
driver-opts:
|
||||
- image=moby/buildkit:latest
|
||||
- image=moby/buildkit:master
|
||||
- |
|
||||
image=moby/buildkit:master
|
||||
network=host
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
@ -119,7 +121,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
driver: docker-container
|
||||
driver-opts: ${{ matrix.driver-opt }}
|
||||
driver-opts: ${{ matrix.driver-opts }}
|
||||
|
||||
docker-driver:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue