fix(workflows): 修正 Docker 镜像推送的认证令牌
- 将 Docker 镜像推送步骤中的认证密码从 GITEA_TOKEN 更新为 DOCKER_TOKEN - 确保使用正确的 Docker 注册表访问令牌进行认证 - 避免因令牌错误导致的镜像上传失败
This commit is contained in:
parent
1295246daf
commit
8d2eeea982
@ -90,7 +90,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Loading…
Reference in New Issue
Block a user