From 16eb289929f126a8cdc6f3510f121cefa23803eb Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Wed, 18 Dec 2024 16:30:39 +0300 Subject: [PATCH] [#590] Use selfhosted OCI registry instead of Docker Hub Signed-off-by: Vitaliy Potyarkin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b614a1b9..dfcef89a2 100755 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ GOFLAGS ?= # Variables for docker REPO_BASENAME = $(shell basename `go list -m`) -HUB_IMAGE ?= "truecloudlab/$(REPO_BASENAME)" +HUB_IMAGE ?= "git.frostfs.info/truecloudlab/$(REPO_BASENAME)" HUB_TAG ?= "$(shell echo ${VERSION} | sed 's/^v//')" OUTPUT_LINT_DIR ?= $(shell pwd)/bin