From 1e015b2fbed977c3cdb39375fba8db497c8c1489 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Tue, 9 Jan 2018 19:10:52 +0800 Subject: [PATCH] Add automatic test builds --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..558cd51 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +pipeline: + publish: + image: plugins/docker + registry: registry:5000 + insecure: true + repo: registry:5000/hello-world + tags: + - latest