-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Propose testing and nightly version of the addon #90
Comments
Tested successfully for testing image on a fork: https://github.com/FraBoCH/hassio-addon/tree/testing |
That's nice, but won't help. We would need to set the :nightly tag for that branch, but as a result the add-on won't get updated. Home assistant supervisor doesn't compare the containers SHA digest against the digest in the container registry. It simply compares the installed container tag against the tag configured in the add-on repository config. And if there's any diff, it will suggest updating the addon. |
I see. For nightly it's definitively not manageable. |
Would you describe the way how you do it, that other users could do in the same way? |
It would be helpful to test on hassio "beta" version, from the :testing or :nightly docker image published.
See: https://developers.home-assistant.io/docs/add-ons/presentation#offering-stable-and-canary-version
The text was updated successfully, but these errors were encountered: