Open bp-xiao opened 1 year ago
Same issue with docker version: 20.10.25+azure-2
Same issue with Docker v24.0.8 and Buildx v0.12.1
bake waits for Github Actions caches to be loaded before, and then it starts building images.
Build will still run to retrieve image metadata and solve but when a cache blob is found and match from remote GHA during build it will use it. This is what you see with
#5 importing cache manifest from gha:15693311099075939781
#5 DONE 0.3s
#6 [2/2] RUN apt-get update && apt-get install --no-install-recommends -y tree && rm -rf /var/lib/apt/lists/*
#6 CACHED
Contributing guidelines
I've found a bug and checked that ...
Description
bake seems to start building an image while loading Github Actions caches, so layer caches in Github Actions caches aren't used.s
Expected behaviour
bake waits for Github Actions caches to be loaded before, and then it starts building images.
Actual behaviour
bake seems to start building an image while loading Github Actions caches.
Buildx version
0.10.4+azure-1 c513d34049e499c53468deac6c4267ee72948f02
Docker info
Builders list
Configuration
Build logs
Additional info
minimal reproducible example: