docs: add cosign and cleanup other info

This commit is contained in:
Benjamin Sherman 2024-04-12 15:37:55 -05:00
parent 78a2e68421
commit efef8cbaa4
No known key found for this signature in database
GPG key ID: 24E3D151565CA98B
2 changed files with 56 additions and 18 deletions

View file

@ -144,8 +144,7 @@ jobs:
#- name: Sign container image
# if: github.event_name != 'pull_request'
# run: |
# cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/$
{{ steps.build_image.outputs.image }}@${TAGS}
# cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/${{ steps.build_image.outputs.image }}@${TAGS}
# env:
# TAGS: ${{ steps.push.outputs.digest }}
# COSIGN_EXPERIMENTAL: false