mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Fix version detection
This commit is contained in:
parent
c2cfc0d3d4
commit
5d0d34a4af
@ -97,7 +97,7 @@ class DockerSupervisor(DockerInterface, CoreSysAttributes):
|
||||
start_tag = tag.partition(":")[2] or "latest"
|
||||
|
||||
# If version tag
|
||||
if start_tag.isdigit():
|
||||
if start_tag != "latest":
|
||||
continue
|
||||
docker_image.tag(start_image, start_tag)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user