cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 055548765dd4609ce39201b4807746fdc849e16e
parent 23af199c82e022dc1e5bb7dfe84281d9767d0723
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu, 26 Mar 2026 00:20:19 +0100

use latest cosign

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
M.github/workflows/build-blog.yaml | 2++
M.github/workflows/build-bookwyrm.yaml | 2++
M.github/workflows/build-continuwuity.yaml | 2++
3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/build-blog.yaml b/.github/workflows/build-blog.yaml @@ -37,6 +37,8 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 + with: + cosign-release: v3.0.5 - name: Extract metadata id: meta diff --git a/.github/workflows/build-bookwyrm.yaml b/.github/workflows/build-bookwyrm.yaml @@ -104,6 +104,8 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 + with: + cosign-release: v3.0.5 - name: Build and push id: build diff --git a/.github/workflows/build-continuwuity.yaml b/.github/workflows/build-continuwuity.yaml @@ -54,6 +54,8 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 + with: + cosign-release: v3.0.5 - name: Build and push id: build