This commit is contained in:
parent
3519df4299
commit
b984352d92
2 changed files with 34 additions and 0 deletions
18
.drone.yml
Normal file
18
.drone.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
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/gpsmultiplexer
|
||||
tags:
|
||||
- latest
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue