mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-06-24 10:56:30 +00:00
Fix add-on build / install (#1010)
This commit is contained in:
parent
c0462b28cd
commit
812c46d82b
@ -355,8 +355,8 @@ class DockerAddon(DockerInterface):
|
||||
"""
|
||||
if self.addon.need_build:
|
||||
self._build(tag)
|
||||
|
||||
super()._install(tag, image)
|
||||
else:
|
||||
super()._install(tag, image)
|
||||
|
||||
def _build(self, tag: str) -> None:
|
||||
"""Build a Docker container.
|
||||
|
Loading…
x
Reference in New Issue
Block a user