diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55e022ed8..b37ac254d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,7 +159,7 @@ jobs: type=raw,value=${{ env.FLOATING_TAG }},enable=${{ env.IS_RC == 0 }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}