Fix workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-09-03 16:28:23 +02:00
parent d479e0f33a
commit 59639b8774
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -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