Skip to content

Commit

Permalink
πŸš‘ Fix cosign publishing (🀞) (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden authored Nov 29, 2023
1 parent 896f8eb commit 62afdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Sign
id: sign
run: |
cosign sign ghcr.io/${{ github.repository_owner }}/data-platform-control-panel:${{ github.ref_name }}
cosign sign --yes ghcr.io/${{ github.repository_owner }}/data-platform-control-panel:${{ github.ref_name }}
- name: Verify
id: verify
Expand Down

0 comments on commit 62afdaa

Please sign in to comment.