We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a7b7b1 + 733a1ee commit 62dd240Copy full SHA for 62dd240
apps/remix-ide/ci/build_and_publish_docker_images.sh
@@ -5,7 +5,7 @@ if [ "$CIRCLE_BRANCH" == "master" ];
5
then
6
export TAG="latest";
7
else
8
- export TAG=$(sed 's/#/-/g' <<< $CIRCLE_BRANCH)
+ export TAG=$(sed 's/[#\/]/-/g' <<< $CIRCLE_BRANCH)
9
fi
10
11
docker login --username $DOCKER_USER --password $DOCKER_PASS
0 commit comments