Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e1422ec

Browse files
committedDec 14, 2023
feat: add openim docker
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
1 parent ad47590 commit e1422ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/build-docker-image.yml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
images: openim/openim-server
4949
# generate Docker tags based on the following events/attributes
5050
tags: |
51+
type=ref,event=tag
5152
type=schedule
5253
type=ref,event=branch
5354
type=ref,event=pr
@@ -90,6 +91,7 @@ jobs:
9091
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server
9192
# generate Docker tags based on the following events/attributes
9293
tags: |
94+
type=ref,event=tag
9395
type=schedule
9496
type=ref,event=branch
9597
type=ref,event=pr
@@ -133,6 +135,7 @@ jobs:
133135
images: ghcr.io/openimsdk/openim-server
134136
# generate Docker tags based on the following events/attributes
135137
tags: |
138+
type=ref,event=tag
136139
type=schedule
137140
type=ref,event=branch
138141
type=ref,event=pr

0 commit comments

Comments
 (0)
Please sign in to comment.