update vocechat author so its type becomes `official` (#27)
This commit is contained in:
parent
079a74a1c2
commit
6938271b18
|
@ -11,7 +11,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: remove all file except icon.png
|
- name: remove all file except icon.png
|
||||||
run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml' \) -delete
|
run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml' \) -delete
|
||||||
- name: Pushes to another repository
|
- name: Pushes to another repository
|
||||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: remove all screenshots
|
- name: remove all screenshots
|
||||||
run: find . -name "screenshot*" | xargs rm -f
|
run: find . -name "screenshot*" | xargs rm -f
|
||||||
- name: remove all thumbnails
|
- name: remove all thumbnails
|
||||||
|
|
|
@ -19,7 +19,7 @@ services:
|
||||||
source: /DATA/AppData/$AppID/home/vocechat-server/data
|
source: /DATA/AppData/$AppID/home/vocechat-server/data
|
||||||
target: /home/vocechat-server/data
|
target: /home/vocechat-server/data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
author: Privoce
|
||||||
category: Chat
|
category: Chat
|
||||||
container:
|
container:
|
||||||
envs:
|
envs:
|
||||||
|
|
Loading…
Reference in New Issue