Skip to content

Commit cde7a9a

Browse files
authored
Switch to SKE registry for private repo (#70)
Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud>
1 parent 3d849a4 commit cde7a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL = /usr/bin/env bash -o pipefail
44
.SHELLFLAGS = -ec
55
SOURCES := Makefile go.mod go.sum $(shell find $(DEST) -name '*.go' 2>/dev/null)
66
VERSION ?= $(shell git describe --dirty --tags --match='v*' 2>/dev/null || git rev-parse --short HEAD)
7-
REGISTRY ?= ghcr.io
7+
REGISTRY ?= reg3.infra.ske.eu01.stackit.cloud
88
REPO ?= stackitcloud/machine-controller-manager-provider-stackit
99
PUSH ?= true
1010
PLATFORMS ?= amd64 arm64

0 commit comments

Comments
 (0)