mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
update openim environment and status
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
0c17eb6033
commit
f56e5aa9b3
25
.github/workflows/openimci.yml
vendored
25
.github/workflows/openimci.yml
vendored
@ -286,20 +286,17 @@ jobs:
|
||||
sudo docker images > docker_images.txt
|
||||
sudo docker ps > docker_containers.txt
|
||||
|
||||
- name: Comment PR
|
||||
- name: Comment Docker Images on PR
|
||||
uses: thollander/actions-comment-pull-request@v2
|
||||
with:
|
||||
message: |
|
||||
# ### Docker Build Images:
|
||||
# ```
|
||||
# ${{ readFile('docker_build_images.txt') }}
|
||||
# ```
|
||||
# ### Docker Images:
|
||||
# ```
|
||||
# ${{ readFile('docker_images.txt') }}
|
||||
# ```
|
||||
# ### Docker Processes:
|
||||
# ```
|
||||
# ${{ readFile('docker_containers.txt') }}
|
||||
# ```
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
### Docker Images:
|
||||
```
|
||||
${{ steps.read_file.outputs.docker_images }}
|
||||
```
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- id: read_file
|
||||
uses: juliangruber/read-file-action@v1
|
||||
with:
|
||||
path: ./docker_images.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user