fix: docker org name
This commit is contained in:
parent
5eca33e9f9
commit
4a617320a2
1 changed files with 6 additions and 6 deletions
12
Makefile
12
Makefile
|
@ -48,14 +48,14 @@ doc: ## Prepare documentation
|
||||||
|
|
||||||
docker.build: ## Build docker images
|
docker.build: ## Build docker images
|
||||||
docker build \
|
docker build \
|
||||||
-t libre-solutions/vanigam:master \
|
-t libresolutions/vanigam:master \
|
||||||
-t libre-solutions/vanigam:latest \
|
-t libresolutions/vanigam:latest \
|
||||||
-t libre-solutions/vanigam:0.1.0 .
|
-t libresolutions/vanigam:0.1.0 .
|
||||||
|
|
||||||
docker.publish: docker.build ## Build and publish docker images
|
docker.publish: docker.build ## Build and publish docker images
|
||||||
docker push libre-solutions/vanigam:master
|
docker push libresolutions/vanigam:master
|
||||||
docker push libre-solutions/vanigam:latest
|
docker push libresolutions/vanigam:latest
|
||||||
docker push libre-solutions/vanigam:0.1.0
|
docker push libresolutions/vanigam:0.1.0
|
||||||
|
|
||||||
|
|
||||||
env.db: ## Deploy dependencies
|
env.db: ## Deploy dependencies
|
||||||
|
|
Loading…
Reference in a new issue