update command

pull/5370/head
yann300 4 years ago
parent 398501126a
commit 2e62ea1c76
  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