Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): update GitHub Actions to use cosign for container signing
Updated the GitHub Actions workflow to use `cosign` instead of `codesign` for container image signing. This change ensures that the correct container signature framework is being used, aligning with security best practices. Additionally, integrated MQTT environment variables into the Dockerfile for the `double-take-beta` service. Now the MQTT host, username, and password are set at runtime from the Home Assistant services configuration. Enabled Home Assistant's API (`homeassistant_api`) and Supervisor API (`hassio_api`) in the `double-take-beta` add-on configuration to allow for better integration with the Home Assistant ecosystem.
- Loading branch information