From 0d054ff2a3316d9ba0c7946c476030515d0df653 Mon Sep 17 00:00:00 2001 From: Abdullah Barrak Date: Sun, 22 Dec 2024 14:09:04 +0300 Subject: [PATCH] ci: add artifact hub file - resolves #4 --- .github/workflows/release.yaml | 4 +++- README.md | 1 + artifacthub-repo.yml | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 artifacthub-repo.yml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d8dc93a..0f1a3f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: | diff --git a/README.md b/README.md index f6d5215..2d048b1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..94be2a1 --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,4 @@ +repositoryID: 06cccb3f-c856-4785-9d34-56eff19892d4 +owners: + - name: abarrak + email: abdullah@abarrak.com