diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff859fa..20238b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: path: . - name: Log in to GitHub CR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}