mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Fix build local registry
This commit is contained in:
parent
94b885de08
commit
c851e9ab12
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -43,6 +43,8 @@ jobs:
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
driver-opts: network=host
|
||||
- name: Build image without push to DockerHub
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user