Skip to content

Commit

Permalink
Remove cosing from the builders.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ortiz <[email protected]>
  • Loading branch information
taik0 committed Apr 16, 2024
1 parent 3840a58 commit 09a97ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- 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
Expand Down

0 comments on commit 09a97ae

Please sign in to comment.