Add .drone.yml

This commit is contained in:
Lukáš Kucharczyk 2021-04-27 17:36:52 +00:00
parent 266896ca11
commit 3f86b7ef5c
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
name: build image
steps:
- name: build
image: plugins/docker
settings:
repo: registry.kucharczyk.xyz/gitea
tags: latest
trigger:
ref:
- refs/tags/*