charts/.woodpecker/openwakeword.yaml
Alex Manning 3b459d163f
All checks were successful
ci/woodpecker/push/openwakeword Pipeline was successful
Add chart for openwakeword.
2023-10-11 21:14:22 +01:00

13 lines
390 B
YAML

---
when:
path: "charts/openwakeword/**"
branch: main
steps:
package:
image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo]
commands:
- helm plugin install https://github.com/chartmuseum/helm-push
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
- helm cm-push charts/openwakeword therepo