更新 .github/workflows/buidl_and_push_ghcr.yml
Some checks failed
Docker Image CI / build-and-push (push) Failing after 8s
Some checks failed
Docker Image CI / build-and-push (push) Failing after 8s
This commit is contained in:
2
.github/workflows/buidl_and_push_ghcr.yml
vendored
2
.github/workflows/buidl_and_push_ghcr.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user