Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,19 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4

- name: Run chart-releaser
- name: Run chart-releaser for pytorchjob-generate
uses: helm/[email protected]
with:
charts_dir: tools
charts_dir: tools/pytorchjob-generator
packages_with_index: true
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser for sakkara-deploy
uses: helm/[email protected]
with:
charts_dir: tools/sakkara-deploy
packages_with_index: true
skip_existing: true
env:
Expand Down