diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7c8d79b..f940375 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -75,7 +75,7 @@ jobs: - name: Log in to the Container registry # Only login when we'll be pushing (main branch or tags, never on PR) if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) && github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}