👷 update ci

This commit is contained in:
yanyongyu 2021-09-13 00:42:04 +08:00
parent 0426c594f5
commit 9e32b19f70

View File

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