Skip to content

Commit

Permalink
fix(artifacthub): push artifacthub-repo.yml file to oci repository (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfgugus committed Sep 30, 2024
1 parent 748005b commit 800285d
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 800285d

Please sign in to comment.