release
This commit is contained in:
parent
8e6d794b58
commit
c01c38f649
2 changed files with 7 additions and 7 deletions
2
.github/workflows/upload_test_artifact.yml
vendored
2
.github/workflows/upload_test_artifact.yml
vendored
|
@ -3,7 +3,7 @@ name: upload_artifact
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main-no]
|
||||||
paths:
|
paths:
|
||||||
- "version.json"
|
- "version.json"
|
||||||
|
|
||||||
|
|
12
version.json
12
version.json
|
@ -6,11 +6,11 @@
|
||||||
"REDIS": "7.0.11"
|
"REDIS": "7.0.11"
|
||||||
},
|
},
|
||||||
"PLUGINS": {
|
"PLUGINS": {
|
||||||
"PORTAINER": "0.0.2",
|
"PORTAINER": "0.0.5",
|
||||||
"NGINX": "0.0.2",
|
"NGINX": "0.0.4",
|
||||||
"MYAPPS": "0.0.3",
|
"MYAPPS": "0.0.7",
|
||||||
"APPSTORE": "0.0.4",
|
"APPSTORE": "0.0.6",
|
||||||
"SETTINGS": "0.0.2",
|
"SETTINGS": "0.0.4",
|
||||||
"NAVIGATOR": "0.5.10",
|
"NAVIGATOR": "0.5.10",
|
||||||
"LIBRARY": "0.5.3"
|
"LIBRARY": "0.5.3"
|
||||||
},
|
},
|
||||||
|
@ -43,5 +43,5 @@
|
||||||
"18.04"
|
"18.04"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"VERSION": "0.8.10"
|
"VERSION": "0.8.18"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue