Skip to content

Commit

Permalink
feat(oci): add cosign signing
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Conlon <[email protected]>
  • Loading branch information
a1994sc committed Jan 14, 2025
1 parent 2e3a186 commit 9cb604a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ jobs:
helm package charts/coredns
helm push coredns-*.tgz oci://ghcr.io/coredns/charts
rm -rf coredns-*.tgz
- name: Sign artifacts with Cosign
env:
COSIGN_EXPERIMENTAL: 1
working-directory: charts/coredns
run: |-
cosign sign ghcr.io/coredns/charts/coredns:$(yq .version Chart.yaml) --yes

0 comments on commit 9cb604a

Please sign in to comment.