更新 GitHub Actions 工作流,修改 Docker 登录步骤中的用户名和密码注释,以便于后续配置。
This commit is contained in:
parent
0a30bacb54
commit
a292289e79
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: registry.fandouke.com
|
||||
username: ${{ secrets.DOCKER_USER }} # 如果需要用户名
|
||||
username: "" # 如果需要用户名
|
||||
password: "" # 空密码
|
||||
|
||||
- name: 打包并发布镜像📦
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user