Skip to content

Commit

Permalink
πŸš‘ Fix cosign verification (#44)
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 218fc13 commit f01db60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ jobs:
- name: Verify
id: verify
run: |
cosign verify ghcr.io/${{ github.repository_owner }}/data-platform-control-panel:${{ github.ref_name }}
cosign verify \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
--certificate-identity=https://github.com/${{ github.repository_owner }}/data-platform-control-panel/.github/workflows/release.yml@refs/tags/${{ github.ref_name }}
ghcr.io/${{ github.repository_owner }}/data-platform-control-panel:${{ github.ref_name }}

0 comments on commit f01db60

Please sign in to comment.