From 0a1e100653ec9473676b0dc154284f84d885a022 Mon Sep 17 00:00:00 2001 From: robin Date: Mon, 27 Jul 2026 16:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/publish?= =?UTF-8?q?=5Fdocker.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish_docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 788aa08..1fc2e2b 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -100,6 +100,7 @@ jobs: uses: docker/build-push-action@v4 with: network: host + options: --security-opt systempaths=unconfined build-args: | http_proxy=${{ inputs.http_proxy }} https_proxy=${{ inputs.http_proxy }}