mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 22:18:24 +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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user