ci: Move actions to separate repo (#29)

* ci: Move actions to separate repo
* ci: Remove dependency on main branch
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-08-12 11:28:14 +02:00 committed by GitHub
parent 19f964cc3c
commit 567ba7650a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 10 additions and 77582 deletions

View file

@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
- name: Collect charts to release
uses: ./.github/actions/collect-charts
uses: bjw-s/helm-charts-actions/collect-charts@main
id: collect-charts
with:
repoConfigFile: ./.ci/repo-config.yaml
@ -42,7 +42,7 @@ jobs:
release-github-pages:
name: Release Charts to GitHub pages
uses: bjw-s/helm-charts/.github/workflows/charts-release-ghpages.yaml@main
uses: ./.github/workflows/charts-release-ghpages.yaml
needs:
- prepare
with: