diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43420def..d9f08047 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,7 +149,7 @@ jobs: uses: docker/login-action@v3 with: username: "${{ secrets.DOCKERHUB_USERNAME }}" - password: "${{ secrets.DOCKERHUB_PASSWORD }}" + password: "${{ secrets.DOCKERHUB_TOKEN }}" - name: "Login to GitHub Container Registry" if: github.event_name == 'push' || inputs.release