Switch Docker Buildx driver from host network to docker

This commit is contained in:
EricX-Zhao
2026-06-22 15:19:30 +03:00
parent 557b1568a2
commit bbb61c3f5e
+1 -2
View File
@@ -49,8 +49,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
driver-opts: | driver: docker
network=host
- name: Log in to GitHub Container Registry - name: Log in to GitHub Container Registry
if: inputs.push_images if: inputs.push_images