Files
metabuilder/.github
johndoe6345789 199a33c8c4 perf(ci): pull from GHCR when image exists instead of just skipping
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>
2026-03-13 22:31:45 +00:00
..