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. Panic button for when things go wrong

Added a manual rollback workflow for VPS deployments - albinotonnina/echos