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
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
username: thecoopcloud
password:
from_secret: docker_reg_passwd
from_secret: thecoopcloud_password
repo: thecoopcloud/drone-abra
tags: latest
purge: true
pull_image: true
- name: notify on failure
image: plugins/matrix

View File

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

View File

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

View File

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