From 72b38795434d6fbd8f380390689e9371a8e15ca8 Mon Sep 17 00:00:00 2001 From: Finn Date: Tue, 23 Apr 2024 18:00:35 -0700 Subject: [PATCH] specify image --- README.md | 2 +- lockserver/config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6107845..96ed1e8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Finn's Home Assistant Addons -[![Add to Home Assistant.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%git.janky.solutions%2Ffinn%2Fhassio-addons) +[![Add to Home Assistant.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgit.janky.solutions%2Ffinn%2Fhassio-addons) diff --git a/lockserver/config.yaml b/lockserver/config.yaml index 1443b20..17b61fc 100644 --- a/lockserver/config.yaml +++ b/lockserver/config.yaml @@ -9,3 +9,4 @@ arch: - amd64 stage: experimental watchdog: http://[HOST]:[PORT:8080]/health +image: git.janky.solutions/finn/lockserver:latest