mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-27 15:08:23 +00:00
Build images with docker and not docker-compose
Otherwise, for some reason, it is not the right image that is uploaded to dockerhub.
This commit is contained in:
parent
bfbc0c2b5b
commit
a213d2698e
8
Makefile
8
Makefile
@ -66,14 +66,10 @@ cms-shell:
|
|||||||
#################### Deploying to docker hub
|
#################### Deploying to docker hub
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker-compose build
|
docker build -t regis/openedx:latest -t regis/openedx:ginkgo openedx/
|
||||||
|
|
||||||
tag:
|
|
||||||
docker tag openedx regis/openedx:ginkgo
|
|
||||||
docker tag openedx regis/openedx:latest
|
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker push regis/openedx:ginkgo
|
docker push regis/openedx:ginkgo
|
||||||
docker push regis/openedx:latest
|
docker push regis/openedx:latest
|
||||||
|
|
||||||
dockerhub: build tag push
|
dockerhub: build push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user