Add a Drone CI configuration
This commit is contained in:
parent
6ee0366715
commit
3c15a9e2fa
20
.drone.yml
Normal file
20
.drone.yml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user