fix: use the right secrets to login registry in build action.
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 55s

This commit is contained in:
jackfiled 2025-09-02 21:13:46 +08:00
parent 94421168c6
commit dab866f13a
Signed by: jackfiled
GPG Key ID: 89A075528EA01A5D

View File

@ -27,7 +27,7 @@ jobs:
with:
registry: registry.cn-beijing.aliyuncs.com
username: 初冬的朝阳
password: ${{ secrets.ALIYUN_PASSWORD }}
password: ${{ secrets.ALIYUN_CR_PASSWORD }}
auth_file_path: /etc/containers/auth.json
- name: Push docker image
run: podman push registry.cn-beijing.aliyuncs.com/jackfiled/blog:latest