fix(workflows): 修改 Docker 登录用户名
Some checks failed
Build and Push Docker / build (push) Failing after 20s
Some checks failed
Build and Push Docker / build (push) Failing after 20s
- 将 Docker 登录的用户名从 fengling 改为 movingsam - 保持密码使用 GITEA_TOKEN 密钥 - 确保登录流程凭证正确更新
This commit is contained in:
parent
0c79e9d947
commit
3ba9703744
@ -47,7 +47,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: fengling
|
||||
username: movingsam
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Loading…
Reference in New Issue
Block a user