diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-29 08:37:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-29 08:37:53 +0200 |
| commit | 108f9516048170ce685d616aa5665a3f53b8cec6 (patch) | |
| tree | c755ad64d258e247a3de77de50e27ab7d6f68216 | |
| parent | 683fc17608f4779e71aafb8fbabc42964fd8b936 (diff) | |
Fix registry hostname
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | docker-image/Justfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
