Files
metabuilder/.github/workflows
johndoe6345789 c4320a255a perf(ci): skip base image builds when tag already exists in GHCR
Add a 'Check if image already exists in GHCR' step to tier1 and tier2
base image jobs. After GHCR login, inspect the branch-tagged manifest
and set exists=true if found. The metadata extract, build-push, and
attestation steps are all gated on exists != 'true', so subsequent
pushes that haven't changed Dockerfiles skip the 30-60 min conan/apt/
node/pip/android builds entirely.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 22:25:59 +00:00
..