From ed0c86c95378f527c4fd55a74457c33907033c24 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Mon, 10 Nov 2025 12:05:08 +0000 Subject: [PATCH] Simplify hostname reference in release checklist Update docker-builder hostname from "delly.lan" to "delly" for consistency with other references. --- RELEASE_CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index 41896a3..e82cd45 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -137,7 +137,7 @@ helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart \ - Images verified on Docker Hub (can pull successfully) **Options for building (choose best available):** -- Option A: docker-builder container via `ssh root@delly.lan "pct exec 135..."` +- Option A: docker-builder container via `ssh root@delly "pct exec 135..."` - Option B: docker-builder container at 192.168.0.174 - Option C: Local Docker with buildx (create multiarch builder if needed)