From dd0ca2067e9217fdbf3ce10b83d8a6474917666e Mon Sep 17 00:00:00 2001 From: Niclas Schad Date: Thu, 11 Dec 2025 13:50:38 +0100 Subject: [PATCH] Switch to SKE registry for private repo Signed-off-by: Niclas Schad --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff4ee256..c9c68f89 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = /usr/bin/env bash -o pipefail .SHELLFLAGS = -ec SOURCES := Makefile go.mod go.sum $(shell find $(DEST) -name '*.go' 2>/dev/null) VERSION ?= $(shell git describe --dirty --tags --match='v*' 2>/dev/null || git rev-parse --short HEAD) -REGISTRY ?= ghcr.io +REGISTRY ?= reg3.infra.ske.eu01.stackit.cloud REPO ?= stackitcloud/machine-controller-manager-provider-stackit PUSH ?= true PLATFORMS ?= amd64 arm64