build: disable publish image for now
It's failing for unknown reasons and block releases. See coop-cloud/recipes-catalogue-json#6
This commit is contained in:
parent
306fe02d1c
commit
1e4f1b4ade
32
.drone.yml
32
.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
|
||||
|
Loading…
Reference in New Issue
Block a user