Skip to content

Commit

Permalink
ci, gha: Drop driver-opts.network input for setup-buildx-action
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 19, 2023
1 parent 4ad4914 commit e10878f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/run-in-docker-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ runs:
using: "composite"
steps:
- uses: docker/setup-buildx-action@v2
with:
# See: https://github.com/moby/buildkit/issues/3969.
driver-opts: |
network=host

- uses: docker/build-push-action@v4
id: main_builder
Expand Down

0 comments on commit e10878f

Please sign in to comment.