-
Notifications
You must be signed in to change notification settings - Fork 70
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? |
Sometimes when I have a critical bug in a release version and want to test the fix in nightly I go this ‚bad‘ way. I know there are no update notifications and so on but if you rebuild it gets updated to latest nightly. https://github.com/dm82m/hassio-addons/tree/main/evcc-nightly |
#90: re-adding support for nightly, version will be automatically switched through github workflow action
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: