Skip to content

Commit

Permalink
Fix chart path
Browse files Browse the repository at this point in the history
  • Loading branch information
abystrov committed May 28, 2024
1 parent 22ed9c1 commit ba94d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
run: |
helm plugin install https://github.com/chartmuseum/helm-push.git
helm repo add cnvrg https://charts.slim.cnvrg.io/cnvrg
helm cm-push mlops-${{ steps.tag_bump.outputs.new_tag }}.tgz -f cnvrg https://charts.slim.cnvrg.io/ -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --context-path /cnvrg
helm cm-push charts/mlops -f cnvrg https://charts.slim.cnvrg.io/ -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --context-path /cnvrg
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit ba94d19

Please sign in to comment.