更新 .github/workflows/publish_docker.yml
This commit is contained in:
@@ -100,6 +100,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
network: host
|
network: host
|
||||||
|
options: --security-opt systempaths=unconfined
|
||||||
build-args: |
|
build-args: |
|
||||||
http_proxy=${{ inputs.http_proxy }}
|
http_proxy=${{ inputs.http_proxy }}
|
||||||
https_proxy=${{ inputs.http_proxy }}
|
https_proxy=${{ inputs.http_proxy }}
|
||||||
|
|||||||
Reference in New Issue
Block a user