Skip to content

Commit

Permalink
Update sample-signing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zazathomas authored Jul 15, 2024
1 parent c3e8d3f commit a2c537c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sample-signing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
- name: Verify image signature
run: |
sudo apt install jq -y
cosign verify --key cosign.pub ${{env.IMAGE}} | jq .
cosign verify --key cosign.pub ${{env.IMAGE}}:${{env.TAG}} | jq .
- name: Docker logout
run: docker logout

0 comments on commit a2c537c

Please sign in to comment.