From e1b49d90c20e16b4085e4c1b2ee06f1ac1f4788f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 10 Apr 2021 12:07:42 +0200 Subject: [PATCH] Add image source to build.json (#2798) --- build.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.json b/build.json index abf5119c6..70db4c776 100644 --- a/build.json +++ b/build.json @@ -12,6 +12,7 @@ "VCN_VERSION": "0.9.4" }, "labels": { - "io.hass.type": "supervisor" + "io.hass.type": "supervisor", + "org.opencontainers.image.source": "https://github.com/home-assistant/supervisor" } }