From 1e4f1b4adeaa9e2bc72c6ee7f3a578658ddcf2cd Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 25 Sep 2023 17:51:30 +0200 Subject: [PATCH] build: disable publish image for now It's failing for unknown reasons and block releases. See https://git.coopcloud.tech/coop-cloud/recipes-catalogue-json/issues/6 --- .drone.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index c1c80508..62c23013 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,22 +47,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