Skip to content

Commit d74eddd

Browse files
committed
ci(workflows): update artifacthub repo file path
- Changed the path for the artifacthub repository metadata file in the CI configuration. - Ensures correct file usage for repository metadata during the build process.
1 parent 2861e82 commit d74eddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
oras push ghcr.io/${{ github.repository_owner }}/helm-charts/reflector:artifacthub.io \
159159
--config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml \
160-
.artifacts/helm/artifacthub-repo.yaml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
160+
.artifacts/artifacthub/artifacthub-repo.yaml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
161161
162162
# - name: github - release - set manifest name
163163
# run: |

0 commit comments

Comments
 (0)