12 lines
391 B
YAML
12 lines
391 B
YAML
---
|
|
when:
|
|
path: "charts/zigbee2mqtt/**"
|
|
branch: main
|
|
pipeline:
|
|
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/zigbee2mqtt therepo
|