fix: CI 移除 docker login — registry.plfai.cn 无需认证
GraphRAG CI/CD / build-and-deploy (push) Failing after 3s
GraphRAG CI/CD / build-and-deploy (push) Failing after 3s
This commit is contained in:
@@ -45,7 +45,6 @@ jobs:
|
||||
|
||||
- name: Push images
|
||||
run: |
|
||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | 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:latest
|
||||
docker push registry.plfai.cn/graphrag-frontend:${{ steps.tag.outputs.TAG }}
|
||||
|
||||
Reference in New Issue
Block a user