Skip to content

Commit c991270

Browse files
authored
install cosign in validate-conatiner step
1 parent 43fb340 commit c991270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
needs: sign
101101

102102
steps:
103+
- name: Install Cosign
104+
uses: sigstore/[email protected]
103105
- name: Check images
104106
run: |
105107
docker buildx imagetools inspect ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}

0 commit comments

Comments
 (0)