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.
2 parents 9505419 + 913540e commit e58325bCopy full SHA for e58325b
.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
@@ -998,8 +998,8 @@ jobs:
998
docker login -u $DOCKER_USER -p $DOCKER_PASS
999
1000
./.circleci/build/release-docker.sh \
1001
- -d redisinsight
1002
- -r $DOCKER_REPO
+ -d redisinsight \
+ -r $DOCKER_REPO \
1003
-v $appVersion
1004
1005
publish-prod-aws:
0 commit comments