We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad47590 commit e1422ecCopy full SHA for e1422ec
.github/workflows/build-docker-image.yml
@@ -48,6 +48,7 @@ jobs:
48
images: openim/openim-server
49
# generate Docker tags based on the following events/attributes
50
tags: |
51
+ type=ref,event=tag
52
type=schedule
53
type=ref,event=branch
54
type=ref,event=pr
@@ -90,6 +91,7 @@ jobs:
90
91
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server
92
93
94
95
96
97
@@ -133,6 +135,7 @@ jobs:
133
135
images: ghcr.io/openimsdk/openim-server
134
136
137
138
139
140
141
0 commit comments