We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa40614 commit 6b656f6Copy full SHA for 6b656f6
.github/workflows/deploy.yml
@@ -44,9 +44,9 @@ jobs:
44
file: ./Dockerfile
45
push: true
46
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 }}
+ jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search-app:latest
+ jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search-app:${{ github.ref_name }}
+ jpccr.ccs.tencentyun.com/deepmedsearch/deepmed-search-app:${{ steps.meta.outputs.sha_short }}
50
cache-from: type=gha
51
cache-to: type=gha,mode=max
52
0 commit comments