Skip to content

Commit 913540e

Browse files
author
Artem
committed
fix scripts
1 parent c35931c commit 913540e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/build/release-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ HELP="Args:
77
-r - Target repository (Ex: -r redis/redisinsight)
88
"
99

10-
while getopts "c:d:r:t:h:" opt; do
10+
while getopts "v:d:r:h:" opt; do
1111
case $opt in
1212
v) VERSION="$OPTARG";;
1313
d) DEV_REPO="$OPTARG";;

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -994,8 +994,8 @@ jobs:
994994
docker login -u $DOCKER_USER -p $DOCKER_PASS
995995
996996
./.circleci/build/release-docker.sh \
997-
-d redisinsight
998-
-r $DOCKER_REPO
997+
-d redisinsight \
998+
-r $DOCKER_REPO \
999999
-v $appVersion
10001000
10011001
publish-prod-aws:

0 commit comments

Comments
 (0)