From 3c15a9e2faba5641894383184001bac9217bd323 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 3 Jan 2021 14:59:42 +0000 Subject: [PATCH] Add a Drone CI configuration --- .drone.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b0ac8f9 --- /dev/null +++ b/.drone.yml @@ -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 +