This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
che-plugins/che-editor-theia/etc Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ for image_dir in "${DOCKER_FILES_LOCATIONS[@]}"
3535 do
3636 GITHUB_TOKEN_ARG=" GITHUB_TOKEN=" ${GITHUB_TOKEN}
3737 if [ " $image_dir " == " dockerfiles/theia" ]; then
38- THEIA_IMAGE_TAG=" master "
39- bash $( pwd) /$image_dir /build.sh --build-args:${GITHUB_TOKEN_ARG} ,THEIA_VERSION=master --tag:master --branch:master --git-ref:refs\\ /heads\\ /master
38+ THEIA_IMAGE_TAG=" next "
39+ bash $( pwd) /$image_dir /build.sh --build-args:${GITHUB_TOKEN_ARG} ,THEIA_VERSION=master --tag:next --branch:master --git-ref:refs\\ /heads\\ /master
4040 elif [ " $image_dir " == " dockerfiles/theia-dev" ]; then
41- bash $( pwd) /$image_dir /build.sh --build-arg:${GITHUB_TOKEN_ARG} --tag:master
41+ bash $( pwd) /$image_dir /build.sh --build-arg:${GITHUB_TOKEN_ARG} --tag:next
4242 else
4343 bash $( pwd) /$image_dir /build.sh --build-arg:${GITHUB_TOKEN_ARG}
4444 fi
@@ -57,10 +57,10 @@ if [ "$BUILD_BRANCH" == "master" ]; then
5757 for image in " ${IMAGES_LIST[@]} "
5858 do
5959 if [ " $image " == " eclipse/che-theia" ]; then
60- docker tag ${image} :master ${image} :${THEIA_IMAGE_TAG}
60+ docker tag ${image} :next ${image} :${THEIA_IMAGE_TAG}
6161 echo y | docker push ${image} :${THEIA_IMAGE_TAG}
6262 elif [ " $image " == " eclipse/che-theia-dev" ]; then
63- docker tag ${image} :master ${image} :${THEIA_IMAGE_TAG}
63+ docker tag ${image} :next ${image} :${THEIA_IMAGE_TAG}
6464 echo y | docker push ${image} :${THEIA_IMAGE_TAG}
6565 else
6666 echo y | docker push ${image} :nightly
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ endpoints:
2424 discoverable : false
2525containers :
2626 - name : theia-ide
27- image : eclipse/che-theia:master
27+ image : eclipse/che-theia:next
2828 env :
2929 - name : THEIA_PLUGINS
3030 value : local-dir:///plugins
You can’t perform that action at this time.
0 commit comments