commit 0422db7b1a0f7f0f1183fa6279c9c4496167efc2 parent 74a5e11b6a90fce1a78fe2f3bf641b787fa0fa0a Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:55:56 +0100 fix signing? Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | .github/workflows/build-blog.yaml | | | 6 | ++++++ |
| M | .github/workflows/build-continuwuity.yaml | | | 6 | ++++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build-blog.yaml b/.github/workflows/build-blog.yaml @@ -64,7 +64,13 @@ jobs: env: COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }} COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }} + COSIGN_OCI_EXPERIMENTAL: "1" + COSIGN_EXPERIMENTAL: "1" DIGEST: ${{ steps.build.outputs.digest }} run: | cosign sign --yes --key env://COSIGN_PRIVATE_KEY \ + --registry-referrers-mode=oci-1-1 \ + registry.midnightthoughts.space/mtrnord/blog:latest + cosign sign --yes --key env://COSIGN_PRIVATE_KEY \ + --registry-referrers-mode=oci-1-1 \ registry.midnightthoughts.space/mtrnord/blog@${DIGEST} diff --git a/.github/workflows/build-continuwuity.yaml b/.github/workflows/build-continuwuity.yaml @@ -67,7 +67,13 @@ jobs: env: COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }} COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }} + COSIGN_OCI_EXPERIMENTAL: "1" + COSIGN_EXPERIMENTAL: "1" DIGEST: ${{ steps.build.outputs.digest }} run: | cosign sign --yes --key env://COSIGN_PRIVATE_KEY \ + --registry-referrers-mode=oci-1-1 \ + registry.midnightthoughts.space/mtrnord/cluster/continuwuity:main + cosign sign --yes --key env://COSIGN_PRIVATE_KEY \ + --registry-referrers-mode=oci-1-1 \ registry.midnightthoughts.space/mtrnord/cluster/continuwuity@${DIGEST}