mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
When a base or app image already exists in GHCR, pull it to the local runner rather than exiting after the manifest check. This makes the image immediately available for any downstream steps (security scanning, smoke tests, dependent builds) without a rebuild. Flow per image job: exists=true → docker pull <image>:<branch> (fast, ~seconds) exists=false → full build + push to GHCR Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>