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
88ddecf61b
commit
0426c594f5
8
.github/workflows/docker_release.yml
vendored
8
.github/workflows/docker_release.yml
vendored
@ -32,6 +32,13 @@ jobs:
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Login to Aliyun Container Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: registry.cn-shanghai.aliyuncs.com
|
||||
username: ${{ secrets.ALIYUN_USERNAME }}
|
||||
password: ${{ secrets.ALIYUN_PASSWORD }}
|
||||
|
||||
- name: Get Version
|
||||
id: version
|
||||
run: |
|
||||
@ -50,6 +57,7 @@ jobs:
|
||||
images: |
|
||||
cscs181/qq-github-bot
|
||||
ghcr.io/cscs181/qq-github-bot
|
||||
registry.cn-shanghai.aliyuncs.com/cscs181/qq-github-bot
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
|
Loading…
Reference in New Issue
Block a user