openvidu: Add version tag to create_image.sh of openvidu-deployment-tester
This commit is contained in:
parent
e482181644
commit
9080159736
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -x
|
||||
VERSION=$1
|
||||
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
|
||||
echo "Error: You need to specify a version as first argument"
|
||||
fi
|
||||
Loading…
x
Reference in New Issue
Block a user