We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088a2c4 commit abbf2aeCopy full SHA for abbf2ae
.github/workflows/build-and-publish.yml
@@ -120,7 +120,7 @@ jobs:
120
env:
121
COSIGN_EXPERIMENTAL: "true"
122
run: |
123
- DIGEST=${{ steps.build-and-push.outputs.digest }}
+ 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
0 commit comments