diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55f94811..b62cbd25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - name: Log in to the GitHub container registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 with: registry: ghcr.io username: ${{ github.repository_owner }}