Skip to content

Commit

Permalink
Fix ci 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 Oct 11, 2020
1 parent 2d55d88 commit 5b56278
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: network=host
driver-opts: |
network=host
image=moby/buildkit:buildx-stable-1
-
name: Build and push (1)
id: docker_build
Expand Down Expand Up @@ -325,7 +327,9 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: network=host
driver-opts: |
network=host
image=moby/buildkit:buildx-stable-1
-
name: Cache Docker layers
uses: actions/cache@v2
Expand Down Expand Up @@ -387,7 +391,9 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: network=host
driver-opts: |
network=host
image=moby/buildkit:buildx-stable-1
-
name: Cache Docker layers
uses: actions/cache@v2
Expand Down

0 comments on commit 5b56278

Please sign in to comment.