From ad3dae9983ae7780bec2ed55b0ab632d90b511b8 Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 14 Jul 2026 11:09:51 -0400 Subject: [PATCH] chore(demo): document DEMO_REGISTRY_HOST var in demo-images workflow Also serves as the first push that exercises the workflow now that the vps2 runner and registry vars/secrets are configured. Co-Authored-By: Claude Fable 5 --- .github/workflows/demo-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/demo-images.yml b/.github/workflows/demo-images.yml index 72c43ae8..6a08fb8c 100644 --- a/.github/workflows/demo-images.yml +++ b/.github/workflows/demo-images.yml @@ -6,6 +6,7 @@ name: Demo images # # Required repo configuration: # vars.DEMO_REGISTRY e.g. 146.59.87.168:3000/lfg2025 +# vars.DEMO_REGISTRY_HOST registry host for docker login (no org suffix) # secrets.DEMO_REGISTRY_USER # secrets.DEMO_REGISTRY_TOKEN # Optional: