We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35931c commit 913540eCopy full SHA for 913540e
.circleci/build/release-docker.sh
@@ -7,7 +7,7 @@ HELP="Args:
7
-r - Target repository (Ex: -r redis/redisinsight)
8
"
9
10
-while getopts "c:d:r:t:h:" opt; do
+while getopts "v:d:r:h:" opt; do
11
case $opt in
12
v) VERSION="$OPTARG";;
13
d) DEV_REPO="$OPTARG";;
.circleci/config.yml
@@ -994,8 +994,8 @@ jobs:
994
docker login -u $DOCKER_USER -p $DOCKER_PASS
995
996
./.circleci/build/release-docker.sh \
997
- -d redisinsight
998
- -r $DOCKER_REPO
+ -d redisinsight \
+ -r $DOCKER_REPO \
999
-v $appVersion
1000
1001
publish-prod-aws:
0 commit comments