修改workflow变量

This commit is contained in:
whyour
2021-11-12 22:09:02 +08:00
parent 3b3dd4c26d
commit ee0b47d101
4 changed files with 45 additions and 67 deletions
+2 -2
View File
@@ -67,8 +67,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR
uses: docker/login-action@v1