diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 8c70fe1..67dbfaf 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -66,11 +66,11 @@ jobs: # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer - - name: Install cosign - if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25 - with: - cosign-release: "v1.9.0" + # - name: Install cosign + # if: github.event_name != 'pull_request' + # uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25 + # with: + # cosign-release: "v1.9.0" # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx