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

This commit is contained in:
2025-12-02 17:52:21 +08:00
parent 5553b1af2d
commit f66491ca23
+2 -2
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