Merge branch 'main' of ssh://git.autonomic.zone:2222/coop-cloud/drone-abra into main

This commit is contained in:
decentral1se 2021-06-21 12:30:26 +02:00
commit da0d6ff0e1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 8 additions and 7 deletions

View File

@ -12,12 +12,13 @@ steps:
- name: publish image - name: publish image
image: plugins/docker image: plugins/docker
settings: settings:
username: username: thecoopcloud
from_secret: docker_reg_username
password: password:
from_secret: docker_reg_passwd from_secret: thecoopcloud_password
repo: thecoopcloud/drone-abra repo: thecoopcloud/drone-abra
tags: latest tags: latest
purge: true
pull_image: true
- name: notify on failure - name: notify on failure
image: plugins/matrix image: plugins/matrix

View File

@ -1,4 +1,4 @@
FROM decentral1se/abra:latest FROM thecoopcloud/abra:latest
COPY plugin.sh /plugin/plugin.sh COPY plugin.sh /plugin/plugin.sh

View File

@ -23,7 +23,7 @@ kind: pipeline
name: recipe release name: recipe release
steps: steps:
- name: release a new version - name: release a new version
image: decentral1se/drone-abra:latest image: thecoopcloud/drone-abra:latest
settings: settings:
command: recipe matrix-synapse release command: recipe matrix-synapse release
deploy_key: deploy_key:

View File

@ -4,7 +4,7 @@ build:
@cd ~/.abra/src && \ @cd ~/.abra/src && \
make push && \ make push && \
cd - && \ cd - && \
docker build -t decentral1se/drone-abra . docker build -t thecoopcloud/drone-abra .
push: build push: build
@docker push decentral1se/drone-abra @docker push thecoopcloud/drone-abra