From 9e8d8d10f66281fb29b723c656a45936ec8c9246 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 14 Mar 2023 22:43:57 +0100 Subject: [PATCH] Update build.json --- sponsorblockcast/build.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sponsorblockcast/build.json b/sponsorblockcast/build.json index b5eeb24a0..4248b7c03 100644 --- a/sponsorblockcast/build.json +++ b/sponsorblockcast/build.json @@ -1,10 +1,10 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:stable", - "amd64": "ghcr.io/hassio-addons/base/amd64:stable", - "armv7": "ghcr.io/hassio-addons/base/armv7:stable" + "aarch64": "ghcr.io/nichobi/sponsorblockcast:latest", + "amd64": "ghcr.io/nichobi/sponsorblockcast:latest", + "armv7": "ghcr.io/nichobi/sponsorblockcast:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +}