From 7af3b6d3a6d40390f4e9a79869c5d4dd5485a657 Mon Sep 17 00:00:00 2001 From: smf Date: Tue, 7 Oct 2025 16:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=95=9C=E5=83=8F=E6=BA=90?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish_docker.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 8253b5f..53fbed8 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -22,6 +22,10 @@ on: type: string # default: 'http://192.168.0.20:7890' default: 'http://act_clash:7890' + registry-mirror: + required: false + type: string + default: 'https://docker.1ms.run' runs_on: required: false type: string @@ -66,6 +70,7 @@ jobs: network=act_runner_default env.http_proxy=http://act_clash:7890 env.https_proxy=http://act_clash:7890 + registry-mirror=${{ inputs.registry-mirror }} - name: Login to Docker Registry uses: docker/login-action@v2