diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 607dcaf..d87978a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: images: ghcr.io/${{ github.repository }} - name: Login to GHCR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}