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