Skip to content

Commit

Permalink
Remove second mention of museum Url
Browse files Browse the repository at this point in the history
  • Loading branch information
abystrov committed May 28, 2024
1 parent ba94d19 commit c675468
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 charts/mlops -f cnvrg https://charts.slim.cnvrg.io/ -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --context-path /cnvrg
helm cm-push charts/mlops -f cnvrg -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --context-path /cnvrg
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit c675468

Please sign in to comment.