mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-06-25 03:16: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:
|
if self.addon.need_build:
|
||||||
self._build(tag)
|
self._build(tag)
|
||||||
|
else:
|
||||||
super()._install(tag, image)
|
super()._install(tag, image)
|
||||||
|
|
||||||
def _build(self, tag: str) -> None:
|
def _build(self, tag: str) -> None:
|
||||||
"""Build a Docker container.
|
"""Build a Docker container.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user