mirror of https://github.com/OpenVidu/openvidu.git
openvidu: Add version tag to create_image.sh of openvidu-deployment-tester
parent
e482181644
commit
9080159736
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
if [[ ! -z $VERSION ]]; then
|
if [[ ! -z $VERSION ]]; then
|
||||||
docker build --pull --no-cache --rm=true -t openvidu/openvidu-deployment-tester:latest .
|
docker build --pull --no-cache --rm=true -t "openvidu/openvidu-deployment-tester:${VERSION}" .
|
||||||
else
|
else
|
||||||
echo "Error: You need to specify a version as first argument"
|
echo "Error: You need to specify a version as first argument"
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue