This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree 2 files changed +6
-6
lines changed
che-plugins/che-editor-theia/etc
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[@]}"
35
35
do
36
36
GITHUB_TOKEN_ARG=" GITHUB_TOKEN=" ${GITHUB_TOKEN}
37
37
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
40
40
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
42
42
else
43
43
bash $( pwd) /$image_dir /build.sh --build-arg:${GITHUB_TOKEN_ARG}
44
44
fi
@@ -57,10 +57,10 @@ if [ "$BUILD_BRANCH" == "master" ]; then
57
57
for image in " ${IMAGES_LIST[@]} "
58
58
do
59
59
if [ " $image " == " eclipse/che-theia" ]; then
60
- docker tag ${image} :master ${image} :${THEIA_IMAGE_TAG}
60
+ docker tag ${image} :next ${image} :${THEIA_IMAGE_TAG}
61
61
echo y | docker push ${image} :${THEIA_IMAGE_TAG}
62
62
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}
64
64
echo y | docker push ${image} :${THEIA_IMAGE_TAG}
65
65
else
66
66
echo y | docker push ${image} :nightly
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ endpoints:
24
24
discoverable : false
25
25
containers :
26
26
- name : theia-ide
27
- image : eclipse/che-theia:master
27
+ image : eclipse/che-theia:next
28
28
env :
29
29
- name : THEIA_PLUGINS
30
30
value : local-dir:///plugins
You can’t perform that action at this time.
0 commit comments