We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a75793 commit b13891cCopy full SHA for b13891c
.github/workflows/release-chart.yaml
@@ -23,10 +23,19 @@ jobs:
23
- name: Install Helm
24
uses: azure/setup-helm@v4
25
26
- - name: Run chart-releaser
+ - name: Run chart-releaser for pytorchjob-generate
27
uses: helm/[email protected]
28
with:
29
- charts_dir: tools
+ 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
39
packages_with_index: true
40
skip_existing: true
41
env:
0 commit comments