更新GitHub Actions工作流使用DOCKER_USER和DOCKER_PASS

This commit is contained in:
2025-12-02 17:52:21 +08:00
parent 9a5b82b628
commit 96cc75f2d9

View File

@@ -23,8 +23,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Login to Alibaba Cloud Container Registry
uses: docker/login-action@v2