- Change curl commands in GitHub Actions workflows to use verbose mode (-v) instead of silent mode (-s) for failure notifications - Update Dockerfile to use full Docker image path with docker.io registry prefix
- Remove existing Drone CI pipeline configuration (.drone.yml) - Add GitHub Actions workflow (.gitea/workflows/build.yml) to: * Build and publish container images on master branch pushes * Promote and deploy images via workflow dispatch with optional commit SHA * Handle Podman login/logout and image operations * Restart and monitor Kubernetes deployment rollout * Notify failures via Pushover integration