mirror of
https://github.com/0xWheatyz/handler.git
synced 2026-08-30 03:31:36 +00:00
04597a9ed6
Both image workflows now emit a <timestamp>-<sha> tag on main pushes alongside the existing sha-<short>/latest tags. Flux's ImagePolicy needs a sortable tag to pick the newest build; latest is mutable and sha-<short> has no ordering, so neither could drive auto-deploy. Same scheme as the Talos devbox image. Tag is stamped at build time (UTC); re-running a stale build would sort newest, so prefer reverting over re-running. api and control build via separate workflows/policies and can skew if one fails.