Use new name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-17 21:48:55 +02:00
parent e1959506c7
commit 57f3f96bbc
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 4 additions and 4 deletions

View File

@ -51,10 +51,10 @@ The source for this script is [here](./deploy/install.abra.coopcloud.tech/instal
## Container ## Container
An [image](https://hub.docker.com/r/decentral1se/abra) is also provided. An [image](https://hub.docker.com/r/thecoopcloud/abra) is also provided.
``` ```
docker run decentral1se/abra app ls docker run thecoopcloud/abra app ls
``` ```
## Update ## Update

View File

@ -39,7 +39,7 @@ release-installer:
DOCKER_CONTEXT=swarm.autonomic.zone docker stack deploy -c compose.yml abra-installer-script DOCKER_CONTEXT=swarm.autonomic.zone docker stack deploy -c compose.yml abra-installer-script
build: build:
@docker build -t decentral1se/abra . @docker build -t thecoopcloud/abra .
push: build push: build
@docker push decentral1se/abra @docker push thecoopcloud/abra