mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +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 }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
# ghcr.io/openim/openim-server:latest
|
# ghcr.io/openimsdk/openim-server:latest
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to GitHub Container Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
id: meta3
|
id: meta3
|
||||||
uses: docker/metadata-action@v4.6.0
|
uses: docker/metadata-action@v4.6.0
|
||||||
with:
|
with:
|
||||||
images: openim/openim-server
|
images: ghcr.io/openimsdk/openim-server
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v4
|
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
|
bashCopy code
|
||||||
docker pull ghcr.io/openim/openim-server:latest
|
docker pull ghcr.io/openimsdk/openim-server:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
- Pull from Alibaba Cloud:
|
- Pull from Alibaba Cloud:
|
||||||
@ -47,7 +47,7 @@ When pulling OpenIM's Docker images, you can choose the most suitable source bas
|
|||||||
|
|
||||||
```
|
```
|
||||||
bashCopy code
|
bashCopy code
|
||||||
docker pull ghcr.io/openim/openim-chat:latest
|
docker pull ghcr.io/openimsdk/openim-chat:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
- Pull from Alibaba Cloud:
|
- Pull from Alibaba Cloud:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user