Add drone config
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luca 2023-01-14 01:38:22 +01:00
parent a31cbcdf01
commit 6065c86441
1 changed files with 24 additions and 0 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
---
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