chore(grid-rs): retrigger Rust CI to heal ImagePullBackOff

The main-1776894678-93b526c image's index manifest references a
platform-manifest digest (sha256:8850f92b...) that's no longer in the
Forgejo registry. Both `latest` and the versioned tag point at the same
broken digest, so every `docker pull` on talos5 has been 404ing for 14h.

Bumping the crate root forces build-grid-rs.yaml's path filter to fire
and push a fresh image.
This commit is contained in:
Graham McIntire 2026-04-24 08:54:40 -05:00
parent 141cb6faf4
commit 5d9f02d0e2
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -1,5 +1,10 @@
//! Rust extraction of the Microwaveprop HRRR propagation pipeline.
//!
//! CI retrigger 2026-04-24: Forgejo registry lost the platform-manifest
//! blob for tag main-1776894678-93b526c, leaving prop-grid-rs stuck in
//! ImagePullBackOff. Touching this file reruns build-grid-rs.yaml so a
//! fresh tag is pushed.
//!
//! Each module mirrors the Elixir module it ports from so golden-fixture
//! tests can compare behavior 1:1. Module boundaries chosen so failures
//! during TDD fall into the smallest possible blast radius.