Skip to content

Commit 247dc61

Browse files
committed
Push to v1 docker repo
1 parent 65b8861 commit 247dc61

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,13 @@ jobs:
10171017
-r $DOCKER_REPO \
10181018
-v $appVersion
10191019
1020+
docker login -u $DOCKER_V1_USER -p $DOCKER_V1_PASS
1021+
1022+
./.circleci/build/release-docker.sh \
1023+
-d redisinsight \
1024+
-r $DOCKER_V1_REPO \
1025+
-v $appVersion
1026+
10201027
publish-prod-aws:
10211028
executor: linux-executor
10221029
steps:

0 commit comments

Comments
 (0)