diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1915a1b..b6a9e108 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: steps: # Login to Docker hub using the credentials stored in the repository secrets - name: Log in to Docker Hub - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}