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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: fengling
|
username: movingsam
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user