We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fafde commit 3280242Copy full SHA for 3280242
.github/workflows/helm_chart.yaml
@@ -23,6 +23,7 @@ jobs:
23
24
- name: Run chart-releaser
25
uses: helm/chart-releaser-action@v1.6.0
26
+ with:
27
+ charts_dir: helm-chart/springboot
28
env:
29
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- charts_dir: helm-chart/springboot
0 commit comments