Skip to content

Commit 62dd240

Browse files
authored
Merge branch 'master' into debugBtnT
2 parents 4a7b7b1 + 733a1ee commit 62dd240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/ci/build_and_publish_docker_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ "$CIRCLE_BRANCH" == "master" ];
55
then
66
export TAG="latest";
77
else
8-
export TAG=$(sed 's/#/-/g' <<< $CIRCLE_BRANCH)
8+
export TAG=$(sed 's/[#\/]/-/g' <<< $CIRCLE_BRANCH)
99
fi
1010

1111
docker login --username $DOCKER_USER --password $DOCKER_PASS

0 commit comments

Comments
 (0)