Skip to content

Commit

Permalink
Merge pull request #103 from crazy-max/use-default-buildkitd-flags
Browse files Browse the repository at this point in the history
Use default buildkitd flags (docker/setup-buildx-action#15)
  • Loading branch information
Tõnis Tiigi authored and GitHub committed Sep 8, 2020
2 parents 85d4087 + bd69f76 commit ebfdda2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
with:
version: ${{ matrix.buildx-version }}
driver-opts: network=host
buildkitd-flags: --allow-insecure-entitlement security.insecure
-
name: Build and push
id: docker_build
Expand Down Expand Up @@ -94,7 +93,6 @@ jobs:
with:
version: ${{ matrix.buildx-version }}
driver-opts: network=host
buildkitd-flags: --allow-insecure-entitlement security.insecure
-
name: Build and push
id: docker_build
Expand Down Expand Up @@ -151,7 +149,6 @@ jobs:
with:
version: ${{ matrix.buildx-version }}
driver-opts: network=host
buildkitd-flags: --allow-insecure-entitlement security.insecure
-
name: Build and push
id: docker_build
Expand Down Expand Up @@ -199,7 +196,6 @@ jobs:
uses: docker/setup-buildx-action@master
with:
driver-opts: network=host
buildkitd-flags: --allow-insecure-entitlement security.insecure
-
name: Cache Docker layers
uses: actions/cache@v2
Expand Down

0 comments on commit ebfdda2

Please sign in to comment.