go.mod: update modules

This commit is contained in:
Will Norris 2024-05-08 21:15:03 -07:00 committed by Will Norris
parent 3aec0fce3a
commit 46539483be
5 changed files with 140 additions and 155 deletions

View file

@ -62,4 +62,6 @@ jobs:
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
- name: Sign the published Docker image
if: github.event_name == 'push'
env:
COSIGN_YES: "true"
run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}