diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ed59ab..baec7e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: -d '{ "ref": "refs/tags/${{ needs.sanity_check.outputs.tag }}", "sha": "${{ github.sha }}" }' | \ grep "Reference already exists" && echo "Tag already exists. Quitting." && exit 1 || exit 0 - name: Login to Docker Hub - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}