Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Peter committed Jul 6, 2024
1 parent 4a87160 commit b7247d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tagged_release/docker/codesign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
IMAGE_NAME="${{ inputs.docker_hub_org }}/osctrl-${{ inputs.osctrl_component }}:$tag"
for digest in ${{ inputs.docker_image_digest }}
do
cosign verify --key cosign.key docker.io/$IMAGE_NAME@sha256:$digest
echo "$(cosign verify --key cosign.key docker.io/$IMAGE_NAME@sha256:$digest)"
done
done
rm -f cosign.key

0 comments on commit b7247d2

Please sign in to comment.