更新 .github/workflows/buidl_and_push_ghcr.yml
Some checks failed
Docker Image CI / build-and-push (push) Failing after 8s

This commit is contained in:
2025-12-18 06:23:31 +00:00
parent 5823c083eb
commit 5cf886cc5f

View File

@@ -23,7 +23,7 @@ jobs:
run: |
# 【修改点】不要自动抓取,直接写死你的外部 HTTPS 域名 (不带 https://)
# 例如: git.example.com
REGISTRY_HOST="你的外部域名.com"
REGISTRY_HOST="gitea.173114.xyz"
REPO_LOWER=$(echo "${{ gitea.repository }}" | tr '[:upper:]' '[:lower:]')
SHA_SHORT=$(git rev-parse --short HEAD)