From 6c52db4a5e5dff143ff83097c3dd5cd595a5b69f Mon Sep 17 00:00:00 2001 From: 3wc <3wc.github@doesthisthing.work> Date: Sat, 26 Mar 2022 15:52:58 +0200 Subject: [PATCH] Add Drone config --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4bc0208 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +--- +kind: pipeline +name: publish docker image +steps: + - name: build and publish + image: plugins/docker + settings: + username: thecoopcloud + password: + from_secret: thecoopcloud_password + repo: thecoopcloud + tags: latest