Add: drone.yml

This commit is contained in:
nold 2021-08-13 12:50:23 +02:00
parent ac797c90f6
commit 674b4d8757

18
.drone.yml Normal file
View file

@ -0,0 +1,18 @@
---
kind: pipeline
name: build
type: kubernetes
steps:
- name: build-image
image: plugins/buildah-docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: nold360/borgserver
dockerfile: Dockerfile
tags:
- latest
- buster