Remove Cosign keyless signing using Rekor (#18)
This commit is contained in:
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @castrojo
|
||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user