Skip to content

Commit

Permalink
fix: oras push helm sign for artifacthub (#39) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro authored Aug 27, 2024
1 parent ab310e3 commit facfcc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
digest=$(awk -F "[, ]+" '/Digest/{print $NF}' < helm-push-output.log)
cosign sign -y "ghcr.io/${GITHUB_REPOSITORY}/${chart_name}@${digest}"
oras push "ghcr.io/${GITHUB_REPOSITORY}/${chart_name}:${{ steps.chart_version.outputs.CHART_VERSION }}"
oras push "ghcr.io/${GITHUB_REPOSITORY}/${chart_name}:artifacthub.io" "./charts/${chart_name}/artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml"
done
env:
COSIGN_EXPERIMENTAL: 1
6 changes: 6 additions & 0 deletions charts/opencti/artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repositoryID: 595ff55e-d8da-4bce-bf3b-ff2709e37f37
owners:
- name: ialejandro
email: [email protected]
- name: amartingarcia
email: [email protected]

0 comments on commit facfcc7

Please sign in to comment.