Files
common/.drone.yml
Konstantin Grachev e602d9f045
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
ci: use oci
2023-05-18 01:14:45 +03:00

23 lines
312 B
YAML

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