We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308c94e commit d418cadCopy full SHA for d418cad
.github/actions/docker-build/action.yml
@@ -28,6 +28,8 @@ runs:
28
- uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124
29
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
30
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
31
+ with:
32
+ driver-opts: network=host
33
- env:
34
DOCKER_REGISTRY: ${{ inputs.docker-registry }}
35
DOCKER_TARGET: ${{ inputs.docker-target }}
0 commit comments