Skip to content

Commit

Permalink
Fix signing (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morl99 authored Nov 22, 2024
1 parent abbf2ae commit 9852f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ jobs:
DIGEST=${{ steps.build-and-push-release.outputs.digest }}
TAGS=$(echo ${{ steps.meta.outputs.tags }} | tr ',' '\n')
for TAG in $TAGS; do
cosign sign -y ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$TAG
cosign sign -y $TAG
done

0 comments on commit 9852f9c

Please sign in to comment.