chore(script): update usage for build deploy.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
409d071aac
commit
7113541377
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ set -e
|
|||
|
||||
# This script will build and push docker image to registry
|
||||
|
||||
# Usage: IMAGE_TAG=latest DOCKER_REPO=rg.fr-par.scw.cloud/foss bash build_deploy.sh
|
||||
|
||||
echo $DOCKER_REPO
|
||||
[[ -z DOCKER_REPO ]] && {
|
||||
echo Set DOCKER_REPO="your docker registry"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue