Skip to content

Commit 6b656f6

Browse files
committed
modified: .github/workflows/deploy.yml
1 parent fa40614 commit 6b656f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
file: ./Dockerfile
4545
push: true
4646
tags: |
47-
jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search:latest
48-
jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search:${{ github.ref_name }}
49-
jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search:${{ steps.meta.outputs.sha_short }}
47+
jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search-app:latest
48+
jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search-app:${{ github.ref_name }}
49+
jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search-app:${{ steps.meta.outputs.sha_short }}
5050
cache-from: type=gha
5151
cache-to: type=gha,mode=max
5252

0 commit comments

Comments
 (0)