From 8645ae54f892eb38aedaff9b18dfe6d20ff630ab Mon Sep 17 00:00:00 2001 From: 3wc <3wc.github@doesthisthing.work> Date: Tue, 22 Nov 2022 12:42:56 -0800 Subject: [PATCH] Automatically build images using Drone --- .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..b198a38 --- /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: 3wordchant + password: + from_secret: git_coopcloud_tech_token_3wc + repo: wiki-cafe/wiki-farm + tags: latest