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 +