Skip to content

Commit

Permalink
Remove Cosign keyless signing using Rekor (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 25, 2022
1 parent ec25bb8 commit d24f751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @castrojo
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}"

0 comments on commit d24f751

Please sign in to comment.