Add .drone.yml
This will automatically build and push image to the local Docker registry
This commit is contained in:
parent
05f8257aef
commit
9aa75c2ed0
|
@ -0,0 +1,11 @@
|
|||
kind: pipeline
|
||||
name: build image
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: registry.kucharczyk.xyz/nextcloud
|
||||
tags: latest
|
||||
|
||||
|
Loading…
Reference in New Issue