diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 32f3b54..e330a64 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -51,7 +51,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.1.0 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}