fix: CI 添加 registry 认证凭据
GraphRAG CI/CD / build-and-deploy (push) Failing after 4m43s

This commit is contained in:
2026-06-18 15:15:23 +08:00
parent 4c8b5ceed3
commit 5404a904a0
+1
View File
@@ -45,6 +45,7 @@ jobs:
- name: Push images - name: Push images
run: | run: |
echo "BFtcWhaZPHFdlzGLki20Kw==" | docker login registry.plfai.cn -u k3s --password-stdin
docker push registry.plfai.cn/graphrag-backend:${{ steps.tag.outputs.TAG }} docker push registry.plfai.cn/graphrag-backend:${{ steps.tag.outputs.TAG }}
docker push registry.plfai.cn/graphrag-backend:latest docker push registry.plfai.cn/graphrag-backend:latest
docker push registry.plfai.cn/graphrag-frontend:${{ steps.tag.outputs.TAG }} docker push registry.plfai.cn/graphrag-frontend:${{ steps.tag.outputs.TAG }}