Skip to content

Commit

Permalink
ci: add artifact hub file - resolves #4
Browse files Browse the repository at this point in the history
  • Loading branch information
abarrak committed Dec 22, 2024
1 parent 0adfcfb commit 0d054ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
git config user.email ci@abarrak.com
- name: Merge chart's latest changes.
run: git merge main --rebase
run: |
git fetch origin main
git merge main
- name: Build and publish.
run: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/rclone)](https://artifacthub.io/packages/helm/rclone/rclone)
[![CI (Lint)](https://github.com/abarrak/rclone-helm/actions/workflows/lint.yaml/badge.svg)](https://github.com/abarrak/rclone-helm/actions/workflows/lint.yaml)
[![CI: Release](https://github.com/abarrak/rclone-helm/actions/workflows/release.yaml/badge.svg)](https://github.com/abarrak/rclone-helm/actions/workflows/release.yaml)

Expand Down
4 changes: 4 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
repositoryID: 06cccb3f-c856-4785-9d34-56eff19892d4
owners:
- name: abarrak
email: abdullah@abarrak.com

0 comments on commit 0d054ff

Please sign in to comment.