Skip to content

Commit d753c2d

Browse files
committed
mod: include componenet name env in signing path
1 parent 4634766 commit d753c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
6969

7070
- name: Sign the wasm component
71-
run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/@${{ steps.publish.outputs.digest }}
71+
run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}@${{ steps.publish.outputs.digest }}

0 commit comments

Comments
 (0)