Skip to content

Commit

Permalink
Merge pull request #227 from asdfgugus/fix/artifacthub
Browse files Browse the repository at this point in the history
fix(artifacthub): push artifacthub-repo.yml file to oci repository (artifacthub/hub#3919)
  • Loading branch information
ameijer authored Oct 30, 2024
2 parents ba2a3a1 + 8322ce2 commit 46f4ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- uses: oras-project/setup-oras@ca28077386065e263c03428f4ae0c09024817c93 # v1
with:
version: 1.2.0
- name: Push chart to GHCR
- name: Push oci metadata to GHCR
run: |
oras push ghcr.io/"${GITHUB_REPOSITORY_OWNER}"/charts/opencost \
oras push ghcr.io/"${GITHUB_REPOSITORY_OWNER}"/charts/opencost:artifacthub.io \
--config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml \
artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml

0 comments on commit 46f4ae7

Please sign in to comment.