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

This commit is contained in:
2025-12-18 06:29:37 +00:00
parent 5cf886cc5f
commit f1f447f5f8

View File

@@ -41,7 +41,7 @@ jobs:
with:
registry: ${{ steps.meta.outputs.REGISTRY_HOST }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PACKAGES_TOKEN }}
# 3. 【核心修改】使用原生 Shell 命令替代 setup-buildx 和 build-push-action
# 这样直接使用 runner 宿主机的 docker 客户端,绕过 JS 库的连接 bug