Skip to content

Commit e10878f

Browse files
committed
ci, gha: Drop driver-opts.network input for setup-buildx-action
1 parent 4ad4914 commit e10878f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/run-in-docker-action/action.yml

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ runs:
1414
using: "composite"
1515
steps:
1616
- uses: docker/setup-buildx-action@v2
17-
with:
18-
# See: https://github.com/moby/buildkit/issues/3969.
19-
driver-opts: |
20-
network=host
2117

2218
- uses: docker/build-push-action@v4
2319
id: main_builder

0 commit comments

Comments
 (0)