This repository has been archived on 2024-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
chart/.drone.yml
Konstantin Grachev 3d41f894c6
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
ci: bump helm version up to 23
2023-05-18 00:36:38 +03:00

24 lines
326 B
YAML

---
kind: pipeline
type: docker
name: default
trigger:
event:
- push
- tag
steps:
- name: release
image: cr.grachevko.ru/drone/helm:23
settings:
name: n8n
tag: ${DRONE_TAG}
username:
from_secret: HELM_REPO_USERNAME
password:
from_secret: HELM_REPO_PASSWORD
when:
event:
- tag