You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PR builds: use local registry for base image in dependent sandbox builds
On PRs the base image is not pushed to GHCR, so dependent sandbox builds
cannot resolve the FROM reference. This spins up a local registry on PRs,
builds the base image into it, and points BASE_IMAGE there. On main the
existing GHCR flow is unchanged. PR builds also use single-platform
(linux/amd64) for speed since they only validate the build.
0 commit comments