Add: drone.yml
This commit is contained in:
parent
ac797c90f6
commit
674b4d8757
18
.drone.yml
Normal file
18
.drone.yml
Normal 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
|
Loading…
Reference in a new issue