Add .drone.yml

This commit is contained in:
Lukáš Kucharczyk 2021-05-30 21:35:48 +02:00
parent b8533f8aab
commit eeb1744437
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: build image
steps:
- name: build
image: plugins/docker
settings:
repo: registry.kucharczyk.tech/minecraft
tags: vanilla
trigger:
event:
- push
exclude:
- pull_request