mirror of
https://github.com/docker/setup-buildx-action.git
synced 2024-11-09 21:55:42 +01:00
Fix workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
d479e0f33a
commit
59639b8774
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -109,7 +109,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
driver-opts:
|
driver-opts:
|
||||||
- image=moby/buildkit:latest
|
- image=moby/buildkit:latest
|
||||||
- image=moby/buildkit:master
|
- |
|
||||||
|
image=moby/buildkit:master
|
||||||
|
network=host
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
@ -119,7 +121,7 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
driver: docker-container
|
driver: docker-container
|
||||||
driver-opts: ${{ matrix.driver-opt }}
|
driver-opts: ${{ matrix.driver-opts }}
|
||||||
|
|
||||||
docker-driver:
|
docker-driver:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user