From 0b43b5f95522963a648446bf378b8ffaff8ac0e7 Mon Sep 17 00:00:00 2001 From: Etienne G Date: Sun, 8 Oct 2023 23:17:25 +1100 Subject: [PATCH] Updated addon updater configuration --- .addons.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.addons.yml b/.addons.yml index 1a446d3..1a34df0 100644 --- a/.addons.yml +++ b/.addons.yml @@ -1,11 +1,11 @@ --- -channel: edge +channel: stable addons: grott: repository: egguy/addon-grott target: grott image: ghcr.io/egguy/grott/{arch} - grott-current: - repository: egguy/addon-grott - target: grott - image: ghcr.io/egguy/grott/{arch} + grott-beta: + repository: egguy/addon-grott-beta + target: grott-beta + image: ghcr.io/egguy/grott-beta/{arch}