diff --git a/.github/workflows/image-publish.yml b/.github/workflows/image-publish.yml index 89316c5..efa5b27 100644 --- a/.github/workflows/image-publish.yml +++ b/.github/workflows/image-publish.yml @@ -27,7 +27,7 @@ jobs: - name: Log in to the Container registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}