Commit Graph

4 Commits

Author SHA1 Message Date
3e6689bd20 chore(deps): update quay.io/podman/stable docker tag to v5.6 2025-10-22 09:00:34 +00:00
02503f098b refactor(ci): rename job step from 'Push images (SHA and HASS_VERSION)' to 'Publish image' in build workflow
Some checks failed
publish / build-and-publish (push) Has been cancelled
publish / promote-and-deploy (push) Has been cancelled
publish / deploy (push) Has been cancelled
2025-10-21 16:14:57 +02:00
8130785060 chore(ci): enable verbose output for Pushover notifications and specify full Docker image path
All checks were successful
publish / build-and-publish (push) Successful in 3m1s
publish / promote-and-deploy (push) Has been skipped
publish / deploy (push) Has been skipped
- 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
2025-10-21 16:06:04 +02:00
0edf72d5e4 feat(ci): replace Drone CI with GitHub Actions workflow for build, promote, and deploy
Some checks failed
publish / build-and-publish (push) Failing after 25s
publish / promote-and-deploy (push) Has been skipped
publish / deploy (push) Has been skipped
- 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
2025-10-21 16:04:27 +02:00