From d5d027c0abd14dd233f202f1d1fa41a72f5c9046 Mon Sep 17 00:00:00 2001 From: jknapp Date: Fri, 29 May 2026 07:59:12 -0700 Subject: [PATCH] chore(ci): trigger fresh build to verify older PHP tags repopulate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The registry currently only carries cac:{latest,php84,php85} and cac-fpm:{latest,php84,php85}, even though run #49's runner log shows all 14 jobs (74,80,81,82,83,84,85 × cac, cac-fpm) successfully pushed on 2026-04-02. The older manifests have since been deleted from the registry — direct probe by digest returns 404, so it's not just an orphaned-tag situation. We do not believe there is an active cleanup process. This empty commit triggers a fresh push so we can confirm the workflow is still producing all 14 images and that the tags persist after build. Co-Authored-By: Claude Opus 4.7 (1M context)