drone config

This commit is contained in:
Jörn-Michael Miehe 2023-09-02 16:33:46 +00:00
parent 2572afac22
commit 553c6f91d4

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
---
kind: pipeline
name: default
type: docker
steps:
- name: docker
image: plugins/docker
settings:
repo: yavook/kiwi-simple-metrics
auto_tag: true
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD