fix publish to docker

yann300/#-patch-19
yann300 4 years ago
parent 72a2c5ce00
commit 912093bede
  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