chore: add artifact hub metadata
This commit is contained in:
parent
fbaff6db84
commit
04eebb855e
2 changed files with 10 additions and 1 deletions
|
@ -31,4 +31,5 @@ Makefile
|
||||||
.drone.yml
|
.drone.yml
|
||||||
CONTRIBUTING.md
|
CONTRIBUTING.md
|
||||||
.woodpecker/
|
.woodpecker/
|
||||||
tmp/
|
tmp/
|
||||||
|
artifacthub-repo.yml
|
8
artifacthub-repo.yml
Normal file
8
artifacthub-repo.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
# Artifact Hub repository metadata file
|
||||||
|
# publish via:
|
||||||
|
# oras push codeberg.org/forgejo-contrib/forgejo:artifacthub.io --manifest-config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
|
||||||
|
repositoryID: 'ec84c95a-a288-4aaa-a690-a656b57e3136'
|
||||||
|
owners: # (optional, used to claim repository ownership)
|
||||||
|
- name: viceice
|
||||||
|
email: michael.kriese@visualon.de
|
Loading…
Reference in a new issue