From 87e83beb7be1177deb69b3a7931fc7f11f8317ab Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 30 Apr 2025 09:14:38 +1000 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..5a48f8f --- /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/nathan-ubuntu + cache_from: "registry.coadcorp.com/nathan-ubuntu:latest" + tags: + - nz \ No newline at end of file