From 423c803b69c862df3a1009c0646cd288a82862e4 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 8 Dec 2021 11:14:02 +0200 Subject: [PATCH] Automatic image publishing with 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..6a0ef24 --- /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/wordpress + tag: 5.8.2-php7.4-fpm-bedrock