Skip to content

Commit

Permalink
fix: added fixed version and chart-path for helm push
Browse files Browse the repository at this point in the history
Signed-off-by: Bilal <[email protected]>
  • Loading branch information
byhlel committed Sep 23, 2024
1 parent 572e160 commit 631550e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: '3.9.0'
token: ${{ secrets.GH_PAT }}

- name: Build and Push the Helm Charts to GitHub Container Registry
uses: JimCronqvist/action-helm-chart-repo@master
chart-path: deploy/charts/kmesh-helm
with:
token: ${{ secrets.GH_PAT }}

Expand Down

0 comments on commit 631550e

Please sign in to comment.