From aeb3863968bba045fed94fdedb23c8f47331d82e Mon Sep 17 00:00:00 2001 From: Olivier Bossaer Date: Fri, 12 Apr 2024 17:42:00 +0200 Subject: [PATCH] Add image property --- docker/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docker/config.yml b/docker/config.yml index 9b31647..7ac0631 100644 --- a/docker/config.yml +++ b/docker/config.yml @@ -3,12 +3,6 @@ description: "Import Pluxee transactions effortlessly into Firefly III for strea version: "0.2.0" slug: "ha-addon-pluxee" init: false -build_from: - aarch64: "ghcr.io/home-assistant/aarch64-base:3.15" - amd64: "ghcr.io/home-assistant/amd64-base:3.15" - armhf: "ghcr.io/home-assistant/armhf-base:3.15" - armv7: "ghcr.io/home-assistant/armv7-base:3.15" - i386: "ghcr.io/home-assistant/i386-base:3.15" arch: - aarch64 - amd64 @@ -30,3 +24,4 @@ schema: sportCulture: int? conso: int? after: match(^(?:\d{4}-\d{2}-\d{2})$)? +image: "ghcr.io/olibos/{arch}-ha-addon-pluxee" \ No newline at end of file