From c375d388d560faaa70978ad5464b26c555b3b785 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Mon, 20 Apr 2026 14:10:34 -0400 Subject: [PATCH] exclude bad images --- templates/cup/cup.json.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/cup/cup.json.j2 b/templates/cup/cup.json.j2 index 0cae6f8..fcd9555 100644 --- a/templates/cup/cup.json.j2 +++ b/templates/cup/cup.json.j2 @@ -5,5 +5,8 @@ "git.alexav.gg": { "authentication": "{{ CUP_GITEA_REGISTRY_TOKEN }}" } + }, + "images": { + "exclude": ["git.alexav.gg/alex/plex-webhook", "git.alexav.gg/alex/setup-ansible"] } } \ No newline at end of file