From: German Service Network Date: Fri, 19 Dec 2025 07:42:08 +0000 (+0100) Subject: ci: Github action Build and Push Docker Image rollback sigstore osign-installer version X-Git-Tag: v5.5~21 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32fdb267cdbfbe93e8f63e1588a376984b1b0b79;p=fping.git ci: Github action Build and Push Docker Image rollback sigstore osign-installer version --- 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 }}