Commit 7230f73d authored by yann300's avatar yann300

update command

parent 912093be
......@@ -5,7 +5,7 @@ if [ "$CIRCLE_BRANCH" == "master" ];
then
export TAG="latest";
else
export TAG=$(sed 's/#/\//-/g' <<< $CIRCLE_BRANCH)
export TAG=$(sed 's/[#\/]/-/g' <<< $CIRCLE_BRANCH)
fi
docker login --username $DOCKER_USER --password $DOCKER_PASS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment