We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d849a4 commit cde7a9aCopy full SHA for cde7a9a
Makefile
@@ -4,7 +4,7 @@ SHELL = /usr/bin/env bash -o pipefail
4
.SHELLFLAGS = -ec
5
SOURCES := Makefile go.mod go.sum $(shell find $(DEST) -name '*.go' 2>/dev/null)
6
VERSION ?= $(shell git describe --dirty --tags --match='v*' 2>/dev/null || git rev-parse --short HEAD)
7
-REGISTRY ?= ghcr.io
+REGISTRY ?= reg3.infra.ske.eu01.stackit.cloud
8
REPO ?= stackitcloud/machine-controller-manager-provider-stackit
9
PUSH ?= true
10
PLATFORMS ?= amd64 arm64
0 commit comments