Building addons on local fails since 0.62.1

Hi,

I am developing a couple of addons, so I am building them locally.
Since recently, I think 0.62.1, local building fails with the message

File “/usr/lib/python3.6/site-packages/hassio/docker/addon.py”, line 274, in _build
image.tag(self.image, tag=‘latest’)
AttributeError: ‘tuple’ object has no attribute ‘tag’

So, I tried the simplest from the tutorial, that also fails with the same error.

The addon from this topic: Problem building addon "RPi RF Receiver" - [aiohttp.server] Error handling request builds locally as well.

Looks like an issue, any other having this issue?

Was resolved in supervisor 0.88:
https://github.com/home-assistant/hassio/commit/2f3701693d9999bee6278f230b8a44b26a8fb708

1 Like

Aaaaaaaand it works! Thank you!