mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine label for release.yml
This commit is contained in:
parent
b179526de1
commit
3c5a527a10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -120,7 +120,7 @@ jobs:
|
||||||
registry: ccr.ccs.tencentyun.com
|
registry: ccr.ccs.tencentyun.com
|
||||||
username: "${{ secrets.TCR_USERNAME }}"
|
username: "${{ secrets.TCR_USERNAME }}"
|
||||||
password: "${{ secrets.TCR_PASSWORD }}"
|
password: "${{ secrets.TCR_PASSWORD }}"
|
||||||
- name: Push to Aliyun docker hub
|
- name: Push to Tencent docker hub
|
||||||
run: |
|
run: |
|
||||||
docker tag ossrs/srs:$SRS_TAG ccr.ccs.tencentyun.com/ossrs/srs:$SRS_TAG
|
docker tag ossrs/srs:$SRS_TAG ccr.ccs.tencentyun.com/ossrs/srs:$SRS_TAG
|
||||||
docker tag ossrs/srs:$SRS_TAG ccr.ccs.tencentyun.com/ossrs/srs:$SRS_VERSION
|
docker tag ossrs/srs:$SRS_TAG ccr.ccs.tencentyun.com/ossrs/srs:$SRS_VERSION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue