mirror of
https://github.com/TryGhost/Ghost.git
synced 2026-04-03 05:12:41 +00:00
The docker-container BuildKit driver runs in an isolated container that cannot see locally loaded images, causing fork PR builds to fail. This switches to the docker driver when using artifact transfer and skips the registry cache-from when push is disabled, since the registry is inaccessible in that context.