C0: shower — rebuild from main SHA (post-PR-349 retag)

Standard squash-merge dance per
docs/how-to/deployment/build-container-image.md#Squash-merge-and-container-tags
— retags from v1.0.2-039d9b9-nix (branch SHA) to v1.0.2-292d354-nix
([main] tag from run 544 built off the merge commit). Functionally
identical; preserves source traceability.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-05-11 13:55:25 -07:00
commit 40d9a1ef9e
2 changed files with 6 additions and 1 deletions

View file

@ -14,4 +14,4 @@ resources:
images:
- name: registry.ops.eblu.me/blumeops/shower
newTag: v1.0.2-039d9b9-nix
newTag: v1.0.2-292d354-nix

View file

@ -0,0 +1,5 @@
Rebuild shower from the post-merge commit on main so the container's
SHA tag points at a commit that will still exist after the 30-day
branch-cleanup window. Functionally identical to the branch-tag image
already deployed, just preserves source traceability per
[[build-container-image#Squash-merge and container tags]].