7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 20:00:49 +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:
Régis Behmo 2018-05-24 15:56:27 +02:00
parent bfbc0c2b5b
commit a213d2698e

View File

@ -66,14 +66,10 @@ cms-shell:
#################### Deploying to docker hub
build:
docker-compose build
tag:
docker tag openedx regis/openedx:ginkgo
docker tag openedx regis/openedx:latest
docker build -t regis/openedx:latest -t regis/openedx:ginkgo openedx/
push:
docker push regis/openedx:ginkgo
docker push regis/openedx:latest
dockerhub: build tag push
dockerhub: build push