更新 GitHub Actions 工作流,移除 Docker 登录步骤中的用户名和密码注释,以简化配置。
This commit is contained in:
parent
a292289e79
commit
fda46905d8
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -17,8 +17,6 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: registry.fandouke.com
|
||||
username: "" # 如果需要用户名
|
||||
password: "" # 空密码
|
||||
|
||||
- name: 打包并发布镜像📦
|
||||
uses: docker/build-push-action@v5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user