merged
albinotonnina/echos ⢠12:56 AM - Mar 14, 2026
We've introduced a new workflow_dispatch action that allows for an immediate, safe rollback of production to any previous Docker image version. The workflow handles version normalization and ensures system state is preserved by retagging the target image as :latest and restarting the containers, all while sharing a concurrency group with standard deployments to prevent race conditions. If your production deploy goes sideways, you can now quickly restore a previous version via the GitHub Actions UI. 
