wide-midnight-78598
06/12/2024, 8:06 PMcache_to scope working correctly here?
Pretty sure I want them all labeled the samebroad-processor-92400
06/12/2024, 8:16 PMwide-midnight-78598
06/12/2024, 8:19 PMdocker_image(
name="gcc-arm-none-eabi",
cache_from=[{"type": "gha", "scope": "gcc-arm-none-eabi-gha"}],
cache_to={"type": "gha", "mode": "max", "scope": "gcc-arm-none-eabi-gha"},
)wide-midnight-78598
06/12/2024, 8:23 PMexample-docker has this too - but 🤷
I'm going to try building multiple images too - to see if the caches wipe each other out, or if they use different nameswide-midnight-78598
06/12/2024, 8:23 PMwide-midnight-78598
06/12/2024, 8:25 PMwide-midnight-78598
06/12/2024, 9:44 PM"/usr/bin/docker", "buildx", "build", "--cache-from=type=gha,scope=gcc-arm-none-eabi-gha", "--cache-to=type=gha,mode=max,scope=gcc-arm-none-eabi-gha"wide-midnight-78598
06/12/2024, 9:53 PMbroad-processor-92400
06/13/2024, 12:07 AMwide-midnight-78598
06/13/2024, 12:41 AMwide-midnight-78598
06/13/2024, 12:42 AMbroad-processor-92400
06/13/2024, 12:43 AMwide-midnight-78598
06/13/2024, 12:46 AMgh client lets me list and delete, but not grab 😆