Skip to content

Commit

Permalink
Update build-docker-image.yml (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Dec 18, 2023
1 parent 49822f9 commit 1d61e67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
images: openim/openim-chat
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=tag
type=schedule
type=ref,event=branch
type=ref,event=pr
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
with:
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-chat
tags: |
type=ref,event=tag
type=schedule
type=ref,event=branch
type=ref,event=pr
Expand Down Expand Up @@ -129,6 +131,7 @@ jobs:
with:
images: ghcr.io/openimsdk/openim-chat
tags: |
type=ref,event=tag
type=schedule
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit 1d61e67

Please sign in to comment.