commit 23af199c82e022dc1e5bb7dfe84281d9767d0723
parent b608aa81b442951133602d04d6de6df90ff9a8ac
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Thu, 26 Mar 2026 00:18:33 +0100
fix another part on the signing invocation
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build-blog.yaml b/.github/workflows/build-blog.yaml
@@ -75,5 +75,6 @@ jobs:
run: |
cosign sign --yes --key env://COSIGN_PRIVATE_KEY \
--new-bundle-format=false \
+ --use-signing-config=false \
--registry-referrers-mode=oci-1-1 \
"registry.midnightthoughts.space/mtrnord/blog@${DIGEST}"
diff --git a/.github/workflows/build-bookwyrm.yaml b/.github/workflows/build-bookwyrm.yaml
@@ -133,5 +133,6 @@ jobs:
run: |
cosign sign --yes --key env://COSIGN_PRIVATE_KEY \
--new-bundle-format=false \
+ --use-signing-config=false \
--registry-referrers-mode=oci-1-1 \
"registry.midnightthoughts.space/mtrnord/bookwyrm@${DIGEST}"
diff --git a/.github/workflows/build-continuwuity.yaml b/.github/workflows/build-continuwuity.yaml
@@ -78,5 +78,6 @@ jobs:
run: |
cosign sign --yes --key env://COSIGN_PRIVATE_KEY \
--new-bundle-format=false \
+ --use-signing-config=false \
--registry-referrers-mode=oci-1-1 \
"registry.midnightthoughts.space/mtrnord/cluster/continuwuity@${DIGEST}"