Skip to content

Commit 9cb604a

Browse files
committed
feat(oci): add cosign signing
Signed-off-by: Allen Conlon <[email protected]>
1 parent 2e3a186 commit 9cb604a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ jobs:
4949
helm package charts/coredns
5050
helm push coredns-*.tgz oci://ghcr.io/coredns/charts
5151
rm -rf coredns-*.tgz
52+
53+
- name: Sign artifacts with Cosign
54+
env:
55+
COSIGN_EXPERIMENTAL: 1
56+
working-directory: charts/coredns
57+
run: |-
58+
cosign sign ghcr.io/coredns/charts/coredns:$(yq .version Chart.yaml) --yes

0 commit comments

Comments
 (0)