fix: bring back docker build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-10-10 07:27:49 +02:00
parent d90c9b88f1
commit c9bb7e15c2
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 16 additions and 16 deletions

View File

@ -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