Skip to content

Commit

Permalink
ci: fix release verification (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan authored Dec 4, 2023
1 parent 0e9a92d commit 8136d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
run: |
cosign verify ghcr.io/sozercan/aikit@${DIGEST} \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity https://github.com/sozercan/aikit/.github/workflows/release.yaml@refs/tags/${{ steps.docker_meta.outputs.tags }}
--certificate-identity https://github.com/sozercan/aikit/.github/workflows/release.yaml@$GITHUB_REF

0 comments on commit 8136d9f

Please sign in to comment.