diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e634a9ca..0a7d9819 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -24,8 +24,8 @@ jobs: name: Login to DockerHub uses: docker/login-action@v2 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + username: ${{ secrets.DOCKER_HUB_USERNAME }} + password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - name: Build and push uses: docker/build-push-action@v3 @@ -33,4 +33,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/auto_bangumi:latest \ No newline at end of file + tags: ${{ secrets.DOCKER_HUB_USERNAME }}/auto_bangumi:latest \ No newline at end of file