From 108f9516048170ce685d616aa5665a3f53b8cec6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 Jan 2026 08:37:53 +0200 Subject: Fix registry hostname Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp --- docker-image/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-image') diff --git a/docker-image/Justfile b/docker-image/Justfile index ebb9c1e..82fa7ac 100644 --- a/docker-image/Justfile +++ b/docker-image/Justfile @@ -1,5 +1,5 @@ VERSION := "1.0.0" -REGISTRY := "r0.lan.buetow.org:30001" +REGISTRY := "registry.lan.buetow.org:30001" IMAGE := "ipv6test" # Build the Docker image -- cgit v1.2.3