We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b60a9 commit 426e9c2Copy full SHA for 426e9c2
1 file changed
.github/workflows/build-release.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Sign the published Docker image
55
env:
56
TAGS: ${{ needs.build-docker.outputs.tags }}
57
- DIGEST: ${{ needs.build-docker.outputs.digest }}
+ DIGEST: ${{ steps.build-and-push.outputs.digest }}
58
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
59
60
# create release
@@ -112,7 +112,6 @@ jobs:
112
outputs:
113
tags: ${{ steps.meta.outputs.tags }}
114
labels: ${{ steps.meta.outputs.labels }}
115
- digest: ${{ steps.build-and-push.outputs.digest }}
116
steps:
117
- uses: actions/checkout@v4
118
0 commit comments