Skip to content

Commit

Permalink
Fix buildkit setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jericop committed Mar 21, 2024
1 parent e9a26c3 commit 9ac099b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
with:
driver-opts: |
network=host
name=host-network
platforms: linux/amd64,linux/arm64
- uses: buildpacks/github-actions/[email protected]
- uses: buildpacks/github-actions/[email protected]
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
with:
driver-opts: |
network=host
name=host-network
platforms: linux/amd64,linux/arm64
- uses: buildpacks/github-actions/[email protected]
- uses: buildpacks/github-actions/[email protected]
Expand Down

0 comments on commit 9ac099b

Please sign in to comment.