fix(ci): 修复YAML折叠导致两行docker login被合并为一行 #433
Reference in New Issue
Block a user
Delete Branch "fix/registry-login-v3"
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?
紧急修复:YAML单引号多行字符串中,相邻行之间若无空行会被折叠为空格,导致两行docker login被合并为一行,报"requires at most 1 argument"错误。在Gitea Registry登录行前后补空行以保留换行符。
CI全绿,自动审批通过。