Skip to content

Commit 9852f9c

Browse files
authored
Fix signing (again)
1 parent abbf2ae commit 9852f9c

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
@@ -123,5 +123,5 @@ jobs:
123123
DIGEST=${{ steps.build-and-push-release.outputs.digest }}
124124
TAGS=$(echo ${{ steps.meta.outputs.tags }} | tr ',' '\n')
125125
for TAG in $TAGS; do
126-
cosign sign -y ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$TAG
126+
cosign sign -y $TAG
127127
done

0 commit comments

Comments
 (0)