We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbf2ae commit 9852f9cCopy full SHA for 9852f9c
.github/workflows/build-and-publish.yml
@@ -123,5 +123,5 @@ jobs:
123
DIGEST=${{ steps.build-and-push-release.outputs.digest }}
124
TAGS=$(echo ${{ steps.meta.outputs.tags }} | tr ',' '\n')
125
for TAG in $TAGS; do
126
- cosign sign -y ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$TAG
+ cosign sign -y $TAG
127
done
0 commit comments