Skip to content

Commit 3af070a

Browse files
committed
sakkara
1 parent 41c27a4 commit 3af070a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release-chart.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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:
2929
charts_dir: tools/pytorchjob-generator
@@ -32,6 +32,15 @@ jobs:
3232
env:
3333
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3434

35+
- name: Run chart-releaser for sakkara-deploy
36+
uses: helm/[email protected]
37+
with:
38+
charts_dir: tools/sakkara-deploy
39+
packages_with_index: true
40+
skip_existing: true
41+
env:
42+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
43+
3544
publish:
3645
needs: release
3746
uses: project-codeflare/mlbatch/.github/workflows/gh-pages-static.yml@main

0 commit comments

Comments
 (0)