matrix-prometheus/.drone.yml

30 lines
513 B
YAML

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