From 32fdb267cdbfbe93e8f63e1588a376984b1b0b79 Mon Sep 17 00:00:00 2001 From: German Service Network Date: Fri, 19 Dec 2025 08:42:08 +0100 Subject: [PATCH] ci: Github action Build and Push Docker Image rollback sigstore osign-installer version --- .github/workflows/docker-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-deployment.yml b/.github/workflows/docker-deployment.yml index a357926..fedb7aa 100644 --- a/.github/workflows/docker-deployment.yml +++ b/.github/workflows/docker-deployment.yml @@ -53,7 +53,7 @@ jobs: target: "" - name: Install cosign - uses: sigstore/cosign-installer@v4 + uses: sigstore/cosign-installer@v3 - name: Sign image with Cosign run: cosign sign --yes ${{ env.REGISTRY }}/${{ github.repository }}@${{ steps.build.outputs.digest }} -- 2.43.0