Skip to content

Commit

Permalink
Fix signing of the image
Browse files Browse the repository at this point in the history
  • Loading branch information
Morl99 authored Nov 22, 2024
1 parent 088a2c4 commit abbf2ae
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 @@ -120,7 +120,7 @@ jobs:
env:
COSIGN_EXPERIMENTAL: "true"
run: |
DIGEST=${{ steps.build-and-push.outputs.digest }}
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
Expand Down

0 comments on commit abbf2ae

Please sign in to comment.