From 8bb8cf279b0621db5201f1179cc235e8ac00d267 Mon Sep 17 00:00:00 2001 From: Sergey Bogatyrets Date: Tue, 25 Apr 2017 00:24:21 +0300 Subject: [PATCH] Bump --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bbf00c4..e9dc76a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,8 @@ jobs: - deploy: command: | docker login -u $DOCKERHUB_USER -p $DOCKERHUB_PASSWORD - if [ $CIRCLE_TAG -ne "undefined" ]; then + if [ $CIRCLE_TAG -ne "undefined" ]; + then docker tag serjs/go-socks5-proxy serjs/go-socks5-proxy:$CIRCLE_TAG docker push serjs/go-socks5-proxy:$CIRCLE_TAG else