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 aa02ac822b
Some checks failed
continuous-integration/drone/push Build is failing
ci: use oci
2023-05-18 00:11:36 +03:00

24 lines
331 B
YAML

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