From c9bb7e15c2e4f9901e4043fda1cc5a83fa9e05ee Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 10 Oct 2023 07:27:49 +0200 Subject: [PATCH] fix: bring back docker build --- .drone.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 655a1561..5861cd4d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,22 +43,22 @@ steps: when: event: tag - # - name: publish image - # image: plugins/docker - # settings: - # auto_tag: true - # username: 3wordchant - # password: - # from_secret: git_coopcloud_tech_token_3wc - # repo: git.coopcloud.tech/coop-cloud/abra - # tags: dev - # registry: git.coopcloud.tech - # when: - # event: - # exclude: - # - pull_request - # depends_on: - # - make check + - name: publish image + image: plugins/docker + settings: + auto_tag: true + username: 3wordchant + password: + from_secret: git_coopcloud_tech_token_3wc + repo: git.coopcloud.tech/coop-cloud/abra + tags: dev + registry: git.coopcloud.tech + when: + event: + exclude: + - pull_request + depends_on: + - make check volumes: - name: deps