update command

yann300/#-patch-19
yann300 4 years ago
parent 912093bede
commit 7230f73dcf
  1. 2
      apps/remix-ide/ci/build_and_publish_docker_images.sh

@ -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

Loading…
Cancel
Save