Skip to content

Commit 095bfa7

Browse files
committed
style: fix cicd actions openimci
Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
1 parent e41747c commit 095bfa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100

101101

102102
openim_server:
103-
image: openim-server:v1 #ghcr.io/openimsdk/openim-server:main
103+
image: ghcr.io/openimsdk/openim-server:latels
104104
container_name: openim-server
105105
volumes:
106106
- ./logs:/openim/openim-server/logs
@@ -122,7 +122,7 @@ services:
122122
max-file: "2"
123123

124124
openim_chat:
125-
image: openim-chat:v1 #ghcr.io/openimsdk/openim-chat:main
125+
image: ghcr.io/openimsdk/openim-chat:latels
126126
container_name: openim_chat
127127
volumes:
128128
- ./_output/openim/openim-chat/logs:/openim/openim-chat/logs

0 commit comments

Comments
 (0)