matrix-prometheus/.drone.yml

25 lines
382 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
- 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