fix(ci): 修复Gitea Registry登录命令写法(改用-p参数) #432
Reference in New Issue
Block a user
Delete Branch "fix/registry-login-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
修复#431引入的docker login命令格式错误。原printf + --password-stdin写法在YAML单引号字符串中导致参数解析问题,改用直接-p参数写法。