少了个符号

This commit is contained in:
Erope 2021-04-11 20:14:47 +08:00
parent e8aea1a183
commit d016ca027e

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@master
- name: Log into registry
run:
run: |
echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
echo "${{ secrets.ALI_PAT }}" | docker login registry.cn-shanghai.aliyuncs.com -u ${{ secrets.ALI_USER }} --password-stdin