diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 90b3c2f..ceb2dc3 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -52,7 +52,7 @@ jobs: # avoids an avoidable failure on those events. - name: Log in to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}