From 22178dbc7dcd589709d68777e1920bc96218977b Mon Sep 17 00:00:00 2001 From: sixsmith Date: Mon, 25 May 2026 17:41:43 -0400 Subject: [PATCH] add publish step --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..15c9779 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +--- +kind: pipeline +name: coopcloud.tech/abra-wizard +steps: + + - name: publish image + image: plugins/docker + settings: + auto_tag: true + username: abra-wizard-bot + password: + from_secret: git_coopcloud_tech_token_abra_wizard + repo: git.coopcloud.tech/toolshed/coop-cloud-backend + registry: git.coopcloud.tech + when: + event: + - tag