Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Sep 3, 2020
1 parent d479e0f commit 59639b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 59639b8

Please sign in to comment.