From 7ade0a2d0711e8c89c91d5fbe470645e4ad41ded Mon Sep 17 00:00:00 2001 From: sudoxnym <76703581+sudoxnym@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:32:47 -0700 Subject: [PATCH] Update build.yaml --- ankerctl/build.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ankerctl/build.yaml b/ankerctl/build.yaml index ad0fd72..080a10a 100644 --- a/ankerctl/build.yaml +++ b/ankerctl/build.yaml @@ -1,9 +1,10 @@ build_from: - aarch64: "ghcr.io/ankermgmt/ankermake-m5-protocol:v1.0.0" - amd64: "ghcr.io/ankermgmt/ankermake-m5-protocol:v1.0.0" - armv7: "ghcr.io/ankermgmt/ankermake-m5-protocol:v1.0.0" + aarch64: "ghcr.io/sudoxnym/ankermake-m5-protocol:exiles" + amd64: "ghcr.io/sudoxnym/ankermake-m5-protocol:exiles" + armv7: "ghcr.io/sudoxnym/ankermake-m5-protocol:exiles" + labels: org.opencontainers.image.title: "Home Assistant Add-on: ankerctl" - org.opencontainers.image.description: "ankerctl" - org.opencontainers.image.source: "https://github.com/ankermgmt/ankermgmt-homeassistant-addons" + org.opencontainers.image.description: "An add-on to control Anker devices via Home Assistant" + org.opencontainers.image.source: "https://github.com/sudoxnym/exiles-ankerctl-hassio-addons" org.opencontainers.image.licenses: "GPLv3"