更新 GitHub Actions 工作流,修改 Docker 登录步骤中的用户名和密码注释,以便于后续配置。

This commit is contained in:
MR-ZC 2025-03-25 15:56:52 +08:00
parent 0a30bacb54
commit a292289e79

View File

@ -17,7 +17,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: registry.fandouke.com
username: ${{ secrets.DOCKER_USER }} # 如果需要用户名
username: "" # 如果需要用户名
password: "" # 空密码
- name: 打包并发布镜像📦