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