Skip to content

Commit

Permalink
Update docker-helm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelMurciano authored May 28, 2024
1 parent 0347de3 commit 29f5154
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 @@ -195,7 +195,7 @@ jobs:
helm dependency update
cd ../..
helm package charts/mlops -d .
helm cm-push mlops-{{ steps.tag_bump.outputs.new_tag }}.tgz charts/mlops https://charts.slim.cnvrg.io/ -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --force
helm cm-push mlops-{{ steps.tag_bump.outputs.new_tag }}.tgz https://charts.slim.cnvrg.io/ -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --force
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit 29f5154

Please sign in to comment.