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.