Disable cosign step in docker workflow (#4145)

- Is not working, just throws errors
- Also disable dependency workflow (is not working)
This commit is contained in:
Oliver 2023-01-04 11:21:25 +11:00 committed by GitHub
parent 5ba8110f66
commit 8a095f00cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ jobs:
commit_hash=${{ env.git_commit_hash }}
commit_date=${{ env.git_commit_date }}
- name: Sign the published image
if: github.event_name != 'pull_request'
if: ${{ false }} # github.event_name != 'pull_request'
env:
COSIGN_EXPERIMENTAL: "true"
run: cosign sign ${{ steps.meta.outputs.tags }}@${{