diff --git a/.github/workflows/cd.edge.build.yml b/.github/workflows/cd.edge.build.yml index 3f99b30c..9ed5b2f5 100644 --- a/.github/workflows/cd.edge.build.yml +++ b/.github/workflows/cd.edge.build.yml @@ -78,4 +78,4 @@ jobs: id: cosign run: | cosign version - cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.TAG }} --upload + cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ steps.build.outputs.digest }} --upload \ No newline at end of file diff --git a/.github/workflows/cd.release.build.yml b/.github/workflows/cd.release.build.yml index f626157a..fcf76d86 100644 --- a/.github/workflows/cd.release.build.yml +++ b/.github/workflows/cd.release.build.yml @@ -84,6 +84,4 @@ jobs: id: cosign run: | cosign version - cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.TAG }} --upload - cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.TAG_RELEASE }} --upload cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ steps.build.outputs.digest }} --upload