From 09a97aef16ae03bd69db4495031b806b7d091f58 Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Tue, 16 Apr 2024 22:01:53 +0000 Subject: [PATCH] Remove cosing from the builders. Signed-off-by: Daniel Ortiz --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab6a5fc0..40cc5457 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,14 +63,6 @@ jobs: push: true tags: ${{ steps.meta-linux-generic.outputs.tags }} labels: ${{ steps.meta-linux-generic.outputs.labels }} - - name: Install cosign - uses: sigstore/cosign-installer@v3.0.1 - - name: Sign image (Alpine) - run: | - cosign sign -y "docker.io/krakend/builder@${{ steps.container-build.outputs.digest }}" - - name: Sign image (Linux generic) - run: | - cosign sign -y "docker.io/krakend/builder@${{ steps.container-build-linux-generic.outputs.digest }}" generate: name: Create release-artifacts runs-on: ubuntu-20.04