From b80c4a8584d5acc2d30c89dd6b79bc05d89b804e Mon Sep 17 00:00:00 2001 From: smf Date: Tue, 7 Oct 2025 17:05:52 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=B7=BB=E5=8A=A0=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90=E9=85=8D=E7=BD=AE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7af3b6d3a6d40390f4e9a79869c5d4dd5485a657. --- .github/workflows/publish_docker.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 53fbed8..8253b5f 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -22,10 +22,6 @@ 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 @@ -70,7 +66,6 @@ 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