Revert "添加镜像源配置"

This reverts commit 7af3b6d3a6.
This commit is contained in:
smf
2025-10-07 17:05:52 +08:00
parent 7af3b6d3a6
commit b80c4a8584

View File

@@ -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