Switch Docker Buildx driver from host network to docker
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user