matrix-prometheus/.drone.yml

28 lines
474 B
YAML
Raw Normal View History

2023-01-14 01:38:22 +01:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: plugins/docker
settings:
dry_run: yes
purge: no
repo: git.luj0ga.de/luca/matrix-prometheus
2023-01-14 01:38:22 +01:00
- name: publish
image: plugins/docker
settings:
auto_tag: yes
password:
from_secret: access_token
purge: no
2023-01-14 01:38:22 +01:00
registry: git.luj0ga.de
repo: git.luj0ga.de/luca/matrix-prometheus
username: _
2023-01-14 01:38:22 +01:00
when:
event:
- tag