Skip to content

Commit b13891c

Browse files
authored
run chart-release action for each chart (#136)
1 parent 4a75793 commit b13891c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/release-chart.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,19 @@ jobs:
2323
- name: Install Helm
2424
uses: azure/setup-helm@v4
2525

26-
- name: Run chart-releaser
26+
- name: Run chart-releaser for pytorchjob-generate
2727
uses: helm/[email protected]
2828
with:
29-
charts_dir: tools
29+
charts_dir: tools/pytorchjob-generator
30+
packages_with_index: true
31+
skip_existing: true
32+
env:
33+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
34+
35+
- name: Run chart-releaser for sakkara-deploy
36+
uses: helm/[email protected]
37+
with:
38+
charts_dir: tools/sakkara-deploy
3039
packages_with_index: true
3140
skip_existing: true
3241
env:

0 commit comments

Comments
 (0)