adds CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Finn Dane 2023-11-06 15:29:26 +01:00
parent 8f8c69c37a
commit a0ab59afbc
Signed by: Finn_Dane
SSH Key Fingerprint: SHA256:oStA/u8gviEgqATh8eBxIRhhzQVWuUQeL1zVlP7kYtw
1 changed files with 22 additions and 0 deletions

22
.drone.yml Normal file
View 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