This commit is contained in:
parent
9e324537c3
commit
fa6550bcf5
4 changed files with 66 additions and 5 deletions
17
.drone.yml
Normal file
17
.drone.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.kurocon.nl
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: git.kurocon.nl/kurocon/davinci
|
||||
tags:
|
||||
- latest
|
Loading…
Add table
Add a link
Reference in a new issue