Merge pull request #722 from ethereum/yann300/#-patch-19

fix publish to docker
pull/5370/head
yann300 4 years ago committed by GitHub
commit 0986dfb550
  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