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

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
* @castrojo

View File

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