diff --git a/Dockerfile b/Dockerfile index 5b0b2e3..5c9f924 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM decentral1se/abra:latest +FROM thecoopcloud/abra:latest COPY plugin.sh /plugin/plugin.sh diff --git a/README.md b/README.md index 395b778..38abf87 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/makefile b/makefile index f0f7b90..cae8a34 100644 --- a/makefile +++ b/makefile @@ -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