Switch to inline cache to avoid registry blob size limits
Some checks failed
Build ROCm Image / build (push) Has been cancelled
Some checks failed
Build ROCm Image / build (push) Has been cancelled
mode=max was hitting a 400 Bad Request when pushing the large ROCm PyTorch layer (~GB) as a separate cache blob. Inline cache embeds metadata in the already-pushed image instead, so no separate upload. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,5 +31,5 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
git.sdgarren.com/scott/rocm-chatterbox-whisper:latest
|
git.sdgarren.com/scott/rocm-chatterbox-whisper:latest
|
||||||
git.sdgarren.com/scott/rocm-chatterbox-whisper:${{ gitea.sha }}
|
git.sdgarren.com/scott/rocm-chatterbox-whisper:${{ gitea.sha }}
|
||||||
cache-from: type=registry,ref=git.sdgarren.com/scott/rocm-chatterbox-whisper:buildcache
|
cache-from: type=registry,ref=git.sdgarren.com/scott/rocm-chatterbox-whisper:latest
|
||||||
cache-to: type=registry,ref=git.sdgarren.com/scott/rocm-chatterbox-whisper:buildcache,mode=max
|
cache-to: type=inline
|
||||||
|
|||||||
Reference in New Issue
Block a user