Skip to content

Commit

Permalink
Add image property
Browse files Browse the repository at this point in the history
  • Loading branch information
olibos committed Apr 12, 2024
1 parent 49a46a7 commit aeb3863
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit aeb3863

Please sign in to comment.