Clean up other names
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-17 21:04:40 +02:00
parent d5e9e23d7d
commit e59b20a888
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
3 changed files with 4 additions and 4 deletions

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