From 5651cf2a5f66b45acf960645e6590dfcc2d271a7 Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Sun, 4 Feb 2024 13:21:30 +0100 Subject: [PATCH] Update makefile config Signed-off-by: Vladislav Tropnikov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0f351f..01f69a9 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ KUBEBUILDER_ASSETS := $(BINDIR) export KUBEBUILDER_ASSETS IMAGE_TAG ?= latest -IMAGE_PREFIX ?= ghcr.io/tropnikovvl/ +IMAGE_PREFIX ?= ghcr.io/topolvm/ # Setting SHELL to bash allows bash commands to be executed by recipes. # Options are set to exit when a recipe line exits non-zero or a piped command fails.