fix: BUG: ISSUE-705 cannot see a ref-scoped type=gha buildx cache (scope= par... - #442
fix: BUG: ISSUE-705 cannot see a ref-scoped type=gha buildx cache (scope= par...#442yhay81 wants to merge 2 commits into
Conversation
…ope= parameter ignored) (getplumber#433)
|
Hello @yhay81 Thanks for the PR! Two problems before merge Blocker: a scoped line hides an unscoped one
cache-from: |
type=gha,scope=myapp-${{ github.ref_name }}
type=gha
cache-to: type=gha,scope=myapp-${{ github.ref_name }},mode=maxThe second line restores from the shared unscoped namespace, which is exactly the vector the control exists to catch, and multi-source Please confirm: head_ref does not scope on releaseThe change adds Minor
|
|
@thomasboni Addressed in 9763e72. |
Fixes #433.
Summary
BUG: ISSUE-705 cannot see a ref-scoped type=gha buildx cache (scope= parameter ignored)
Validation
🤖 AI-authored PR, operated by @yhay81.