mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
feat: add test
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
5eb97766b6
commit
246a1f0314
4
.github/workflows/build-docker-image.yml
vendored
4
.github/workflows/build-docker-image.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
# ghcr.io/openim/openim-server:latest
|
||||
# ghcr.io/openimsdk/openim-server:latest
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
id: meta3
|
||||
uses: docker/metadata-action@v4.6.0
|
||||
with:
|
||||
images: openim/openim-server
|
||||
images: ghcr.io/openimsdk/openim-server
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
|
@ -24,7 +24,7 @@ When pulling OpenIM's Docker images, you can choose the most suitable source bas
|
||||
|
||||
```
|
||||
bashCopy code
|
||||
docker pull ghcr.io/openim/openim-server:latest
|
||||
docker pull ghcr.io/openimsdk/openim-server:latest
|
||||
```
|
||||
|
||||
- Pull from Alibaba Cloud:
|
||||
@ -47,7 +47,7 @@ When pulling OpenIM's Docker images, you can choose the most suitable source bas
|
||||
|
||||
```
|
||||
bashCopy code
|
||||
docker pull ghcr.io/openim/openim-chat:latest
|
||||
docker pull ghcr.io/openimsdk/openim-chat:latest
|
||||
```
|
||||
|
||||
- Pull from Alibaba Cloud:
|
||||
|
Loading…
x
Reference in New Issue
Block a user