From 9f81b841dc230c2e26ce9806ece70c2274d69955 Mon Sep 17 00:00:00 2001 From: Keith Harvey Date: Thu, 23 Jul 2026 18:41:56 -0600 Subject: [PATCH] setup: build the spads image instead of pulling it 450fc5a moved spads to a from-scratch local image but left setup.sh pulling bar-devtools-spads:dev from the registry, which fails fresh setups with an opaque "access denied". Co-Authored-By: Claude Fable 5 --- scripts/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 817b3e17..5aa91a23 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1371,7 +1371,7 @@ cmd_init() { if feature_selected teiserver; then info "Building Docker images..." $COMPOSE build teiserver - $COMPOSE --profile spads pull spads + $COMPOSE --profile spads build spads ok "Images built successfully." recap "Docker images" ok "built" else @@ -1570,7 +1570,7 @@ cmd_setup() { info "Building Docker images..." $COMPOSE build teiserver - $COMPOSE --profile spads pull spads + $COMPOSE --profile spads build spads ok "Images built successfully." echo ""