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
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
...
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
...
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