Skip to content

Commit

Permalink
Fix helm charts path for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Jul 17, 2024
1 parent 700e292 commit f174ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_helm_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build helm charts
run: |
echo packaging $(git describe --long --tags)
helm package ./deploy/charts/jumpstarter-controller --version $(git describe --long --tags) --app-version ${{ github.sha }}
helm package ./deploy/helm/jumpstarter --version $(git describe --long --tags) --app-version ${{ github.sha }}
- name: Login helm
env:
Expand Down

0 comments on commit f174ba4

Please sign in to comment.