openvidu-call: Fixed docker script

This commit is contained in:
Carlos Santos 2022-09-09 12:17:04 +02:00
parent 67911dfc69
commit 9a3affaee3

View File

@ -34,8 +34,8 @@ printf '\n Demos container tag: openvidu/openvidu-call-demos:%s' "${R
printf '\n -------------------------------------------------------------'
printf '\n'
docker build -f docker/Dockerfile -t openvidu/openvidu-call:${RELEASE_VERSION} --build-arg BASE_HREF=${CALL_BASE_HREF} .
docker build -f docker/Dockerfile -t openvidu/openvidu-call:${RELEASE_VERSION}-demos --build-arg BASE_HREF=${DEMOS_BASE_HREF} .
docker build -f docker/Dockerfile.node -t openvidu/openvidu-call:${RELEASE_VERSION} --build-arg BASE_HREF=${CALL_BASE_HREF} .
docker build -f docker/Dockerfile.node -t openvidu/openvidu-call:${RELEASE_VERSION}-demos --build-arg BASE_HREF=${DEMOS_BASE_HREF} .
printf '\n'
printf '\n Pushing containers to OpenVidu DockerHub'