Skip to content

Commit

Permalink
install cosign in validate-conatiner step
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalerhino authored Oct 19, 2024
1 parent 43fb340 commit c991270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
needs: sign

steps:
- name: Install Cosign
uses: sigstore/[email protected]
- name: Check images
run: |
docker buildx imagetools inspect ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
Expand Down

0 comments on commit c991270

Please sign in to comment.