fix(ci): 临时禁用registry cache-to,ACR推送缓存太慢导致构建超时 #378
Reference in New Issue
Block a user
Delete Branch "fix/ci-disable-registry-cache-to"
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?
问题
Run #5118 三镜像构建卡在最后一步「exporting cache to registry」
首次全量推ACR缓存量太大,网络成为瓶颈。
修复
临时注释掉
scripts/ci/docker_build_push.shStep 2(registry cache sync)核心目标:让全链路先跑通,缓存优化后续P2再调。