挂载持久化卷时,可以提前创建好对应目录,这样可以不依赖docker的自动创建目录的特性,避免权限问题 #258
Annotations
3 errors and 1 warning
Build:
dochat.sh#L101
[shellcheck] reported by reviewdog 🐶
Remove spaces around = to assign (or use [ ] to compare, or quote '=' if literal).
Raw Output:
./dochat.sh:101:37: error: Remove spaces around = to assign (or use [ ] to compare, or quote '=' if literal). (ShellCheck.SC2283)
|
Build:
dochat.sh#L102
[shellcheck] reported by reviewdog 🐶
Remove spaces around = to assign (or use [ ] to compare, or quote '=' if literal).
Raw Output:
./dochat.sh:102:41: error: Remove spaces around = to assign (or use [ ] to compare, or quote '=' if literal). (ShellCheck.SC2283)
|
Build
Process completed with exit code 1.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|