File tree 4 files changed +13
-9
lines changed
4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
paths :
5
5
- " sr/os-loc-alpine-lc"
6
- - " sr/ver_LunarCore-Private-2.3 .0"
6
+ - " sr/ver_LunarCore-Private-2.4 .0"
7
7
- " sr/run.sh"
8
8
- " sr/entrypoint_lc.sh"
9
9
- " .github/workflows/yuukips.yml"
17
17
uses : actions/checkout@v3
18
18
with :
19
19
repository : YuukiPS/LunarCore-Private
20
- ref : " 2.3 .0"
20
+ ref : " 2.4 .0"
21
21
token : ${{ secrets.HUB_TOKEN }} # tes
22
22
path : sr/LunarCore-Private
23
23
- name : Setup Java
35
35
username : ${{secrets.DOCKER_USER_PRIVATE_GITLAB}}
36
36
password : ${{secrets.DOCKER_PASSWORD_PRIVATE_GITLAB}}
37
37
- name : Build Local Jar
38
- run : cd sr && chmod +x run.sh && sh run.sh alpine build 6 docker_action
38
+ run : cd sr && chmod +x run.sh && sh run.sh alpine build 7 docker_action
39
39
- name : Build Image Docker and Push
40
40
uses : docker/build-push-action@v3
41
41
with :
Original file line number Diff line number Diff line change 1
1
# DockerSR
2
2
DockerSR is a container that run LunarCore with just a single command.<br >
3
- ./run.sh local build 6 <br >
4
- ./run.sh local run 6 <br >
3
+ ./run.sh local build 7 <br >
4
+ ./run.sh local run 7 <br >
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ useMetode="build"
16
16
useResFolder=" SR_Resources"
17
17
useProject=" LunarCore-Private"
18
18
useShortProject=" dockersr" # name in commet
19
- useBranchesProject=" 2.3 .0"
20
- useBranchesRes=" 2.3 .0-LC"
19
+ useBranchesProject=" 2.4 .0"
20
+ useBranchesRes=" 2.4 .0-LC"
21
21
22
22
# Version Control by User, skip if version_action
23
23
if [ " $2 " != " version_action" ]; then
@@ -37,10 +37,13 @@ if [ "$2" != "version_action" ]; then
37
37
elif [ " $versioncontrol " = " 4" ]; then # 2.2.0 (private)
38
38
useBranchesProject=" 2.2.0"
39
39
useBranchesRes=" 2.2.0-LC"
40
- elif [ " $versioncontrol " = " 5" ]; then # 2.2.51 (private)
40
+ elif [ " $versioncontrol " = " 5" ]; then # 2.2.51 (private beta )
41
41
useBranchesProject=" 2.2.51"
42
42
useBranchesRes=" 2.2.0-LC"
43
- elif [ " $versioncontrol " = " 6" ]; then # 2.3.0 (private beta)
43
+ elif [ " $versioncontrol " = " 6" ]; then # 2.3.0 (private)
44
+ useBranchesProject=" 2.3.0"
45
+ useBranchesRes=" 2.3.0-LC"
46
+ elif [ " $versioncontrol " = " 7" ]; then # 2.4.0 (private)
44
47
echo " main project"
45
48
fi
46
49
Original file line number Diff line number Diff line change
1
+ c6114b7
You can’t perform that action at this time.
0 commit comments