From 5df2b925b9a0fd22737878d9fc8f89e3a02a1f98 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 15 May 2026 21:53:23 +0100 Subject: [PATCH] Clean up missed nephio references Signed-off-by: liamfallon --- build/Makefile | 2 +- scripts/get-kind-metallb-subnet.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Makefile b/build/Makefile index b141c69ef..39b27c160 100644 --- a/build/Makefile +++ b/build/Makefile @@ -13,7 +13,7 @@ # limitations under the License. IMAGE_TAG ?= latest -IMAGE_REPO ?= docker.io/nephio +IMAGE_REPO ?= ghcr.io/kptdev IMAGE_NAME ?= porch-server PORCHDIR = $(abspath $(CURDIR)/..) ALPINE_VERSION ?= 3.23.3 diff --git a/scripts/get-kind-metallb-subnet.sh b/scripts/get-kind-metallb-subnet.sh index a90fc5e2a..1c15f60f8 100755 --- a/scripts/get-kind-metallb-subnet.sh +++ b/scripts/get-kind-metallb-subnet.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2026 The kpt and Nephio Authors +# Copyright 2026 The kpt Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.