diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 96aeb45..7e2ca52 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -35,11 +35,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@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 - with: - cosign-release: 'v1.13.1' + # - name: Install cosign + # if: github.event_name != 'pull_request' + # uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 + # with: + # cosign-release: 'v1.13.1' # Workaround: https://github.com/docker/build-push-action/issues/461