Skip to content

Commit 4bcfdb1

Browse files
Merge pull request #3057 from RedisInsight/feature/push-to-v1-repo
2 parents 173df34 + 247dc61 commit 4bcfdb1

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
@@ -1020,6 +1020,13 @@ jobs:
10201020
-r $DOCKER_REPO \
10211021
-v $appVersion
10221022
1023+
docker login -u $DOCKER_V1_USER -p $DOCKER_V1_PASS
1024+
1025+
./.circleci/build/release-docker.sh \
1026+
-d redisinsight \
1027+
-r $DOCKER_V1_REPO \
1028+
-v $appVersion
1029+
10231030
publish-prod-aws:
10241031
executor: linux-executor
10251032
steps:

0 commit comments

Comments
 (0)