This commit is contained in:
parent
8f8c69c37a
commit
a0ab59afbc
22
.drone.yml
Normal file
22
.drone.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: image
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
context: raspberryPi
|
||||||
|
dockerfile: raspberryPi/Dockerfile
|
||||||
|
registry: registry.finndane.nl
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: registry.finndane.nl/finn-dane/special-io
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
Loading…
x
Reference in New Issue
Block a user