From 6ac33097c8fd58a30fd8d9351b1ecb3d3ce87661 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 10 Feb 2023 15:20:32 +1100 Subject: [PATCH] Add '.drone.yml' --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3b1d9d0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +name: default + +steps: +- name: docker + image: plugins/docker + settings: + registry: registry.coadcorp.com + username: nathan + password: + from_secret: registry_password + repo: registry.coadcorp.com/export-xlsx + cache_from: "registry.coadcorp.com/export-xlsx:0.1" + tags: + - 0.1 \ No newline at end of file