Skip to content

Commit

Permalink
Updating syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Woffenden authored Nov 29, 2023
1 parent ccfed6c commit 8484a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Sign
id: sign
run: |
cosign sign --yes ghcr.io/${{ github.repository_owner }}/data-platform-control-panel:${{ steps.push.outputs.digest }}
cosign sign --yes ghcr.io/${{ github.repository_owner }}/data-platform-control-panel@${{ steps.push.outputs.digest }}
- name: Verify
id: verify
run: |
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:${{ steps.push.outputs.digest }}
ghcr.io/${{ github.repository_owner }}/data-platform-control-panel@${{ steps.push.outputs.digest }}

0 comments on commit 8484a82

Please sign in to comment.