ci: drop gha cache backend (runner cache server 404s on this instance)
build-sglang-image / build (push) Successful in 50m51s
build-sglang-image / build (push) Successful in 50m51s
This commit is contained in:
@@ -47,6 +47,4 @@ jobs:
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tag }}
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-latest
|
||||
# 基底 20GB 不变层走 GHA 缓存,源码层增量构建
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
# 注意:type=gha 缓存在本实例的 runner 上会 404(cache server 未配),勿加回
|
||||
|
||||
Reference in New Issue
Block a user