👷 update ci

This commit is contained in:
yanyongyu 2021-09-13 00:28:51 +08:00
parent 88ddecf61b
commit 0426c594f5

View File

@ -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