diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb78364..ea31de8 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@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.repository_owner }}