mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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:
parent
5ba8110f66
commit
8a095f00cf
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -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 }}@${{
|
||||
|
Loading…
Reference in New Issue
Block a user