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 65b8861 commit 247dc61Copy full SHA for 247dc61
.circleci/config.yml
@@ -1017,6 +1017,13 @@ jobs:
1017
-r $DOCKER_REPO \
1018
-v $appVersion
1019
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
1027
publish-prod-aws:
1028
executor: linux-executor
1029
steps:
0 commit comments