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?