matrix-prometheus/.drone.yml

26 lines
417 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: plugins/docker
settings:
dry_run: yes
repo: luca/matrix-prometheus
- name: publish
image: plugins/docker
settings:
auto_tag: yes
password:
from_secret: access_token
registry: git.luj0ga.de
repo: luca/matrix-prometheus
username: luca
when:
event:
- tag