mirror of
https://github.com/Xtao-Labs/QQ-GitHub-Bot.git
synced 2025-01-30 15:08:54 +00:00
👷 update ci
This commit is contained in:
parent
0426c594f5
commit
9e32b19f70
4
.github/workflows/docker_release.yml
vendored
4
.github/workflows/docker_release.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- name: Login to Aliyun Container Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: registry.cn-shanghai.aliyuncs.com
|
||||
registry: ${{ secrets.ALIYUN_REGISTRY }}
|
||||
username: ${{ secrets.ALIYUN_USERNAME }}
|
||||
password: ${{ secrets.ALIYUN_PASSWORD }}
|
||||
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
images: |
|
||||
cscs181/qq-github-bot
|
||||
ghcr.io/cscs181/qq-github-bot
|
||||
registry.cn-shanghai.aliyuncs.com/cscs181/qq-github-bot
|
||||
${{ secrets.ALIYUN_REGISTRY }}/cscs181/qq-github-bot
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
|
Loading…
Reference in New Issue
Block a user