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
Refactor CI: SHA-based Dockerfile detection and composite action
Replace dorny/paths-filter Dockerfile change detection with Git SHA
comparison using the org.opencontainers.image.revision OCI label stamped
on each built image. Each build workflow now self-determines whether a
rebuild is needed, removing the check-dockerfile job and dockerfile_changed
input from all orchestrator and reusable workflows.
Extract shared image prep logic (GHCR login + pull/compare/build/push)
into a composite action at .github/actions/prepare-builder-image.
Standardize all workflows on inline docker run --rm, dropping the
background container pattern from mechanical and electrical. All three
build workflows now follow the same shape: prepare image, docker run,
fix ownership, upload artifacts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments