Add .drone.yml

This will automatically build and push image to the local Docker
registry
This commit is contained in:
Lukáš Kucharczyk 2021-04-13 11:58:48 +02:00
parent 05f8257aef
commit 9aa75c2ed0
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
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: docker
image: plugins/docker
settings:
repo: registry.kucharczyk.xyz/nextcloud
tags: latest