Remove Cosign keyless signing using Rekor (#18)

This commit is contained in:
Robert
2022-12-25 21:43:29 +00:00
committed by GitHub
parent ec25bb8fb8
commit d24f751edf
2 changed files with 2 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ jobs:
env:
TAGS: ${{ steps.push.outputs.digest }}
COSIGN_PRIVATE_KEY: ${{secrets.SIGNING_SECRET}}
COSIGN_EXPERIMENTAL: true
COSIGN_EXPERIMENTAL: false
- name: Echo outputs
run: |
echo "${{ toJSON(steps.push.outputs) }}"