diff --git a/.github/workflows/image-publish.yml b/.github/workflows/image-publish.yml index 89316c5..ce93230 100644 --- a/.github/workflows/image-publish.yml +++ b/.github/workflows/image-publish.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Log in to the Container registry if: github.event_name != 'pull_request'