mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
ci: Move actions to separate repo (#29)
* ci: Move actions to separate repo * ci: Remove dependency on main branch
This commit is contained in:
parent
19f964cc3c
commit
567ba7650a
35 changed files with 10 additions and 77582 deletions
4
.github/workflows/charts-release.yaml
vendored
4
.github/workflows/charts-release.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue