diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 5b0f4be..fe15db4 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -5,8 +5,8 @@ deploy() { REG_USER=${REGISTRY}_USER REG_PASS=${REGISTRY}_PASS docker login -u ${!REG_USER} -p ${!REG_PASS} ${!REG_URL} - docker push ${!REG_URL}/maxking/mailman-web:$TAG - docker push ${!REG_URL}/maxking/mailman-core:$TAG + docker push ${!REG_URL}/maxking/mailman-web + docker push ${!REG_URL}/maxking/mailman-core } if [ ! "$BRANCH" = "master" ] && [ "$PULL_REQUEST" ]; then