Add a Drone CI configuration

This commit is contained in:
Olivier 'reivilibre' 2021-01-03 14:59:42 +00:00
parent 6ee0366715
commit 3c15a9e2fa

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
kind: pipeline
name: default
platform:
os: linux
arch: arm64
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: DOCKER_REGISTRY_USERNAME
password:
from_secret: DOCKER_REGISTRY_PASSWORD
repo: docker.bics.ga/reivilibre/rei_nodenzola_docker
registry: docker.bics.ga
tags: # TODO add more tags if we need them.
- latest