Skip to content

Commit abbf2ae

Browse files
authored
Fix signing of the image
1 parent 088a2c4 commit abbf2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
env:
121121
COSIGN_EXPERIMENTAL: "true"
122122
run: |
123-
DIGEST=${{ steps.build-and-push.outputs.digest }}
123+
DIGEST=${{ steps.build-and-push-release.outputs.digest }}
124124
TAGS=$(echo ${{ steps.meta.outputs.tags }} | tr ',' '\n')
125125
for TAG in $TAGS; do
126126
cosign sign -y ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$TAG

0 commit comments

Comments
 (0)