fix: 更新 Docker 仓库默认用户名从 ci-action 改为 GiteaDocker

This commit is contained in:
Lyda
2026-03-10 16:14:15 +08:00
parent 23afeabe81
commit ddd5d83eb2
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
| 参数名 | 描述 | 必填 | 默认值 |
| ------------------- | ------------------------------ | ---- | --------------------------- |
| `docker-registry` | Docker 私有仓库地址 | ❌ | `docker-registry.bjxgj.com` |
| `docker-username` | Docker 仓库用户名 | ❌ | `ci-action` |
| `docker-username` | Docker 仓库用户名 | ❌ | `GiteaDocker` |
| `docker-password` | Docker 仓库密码 | ✅ | - |
| `kube-config` | Base64 编码的 kubectl 配置文件 | ❌ | `''` |
| `cache-key` | 缓存键值 | ❌ | `setup-env` |