We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de2144 commit 77b29bfCopy full SHA for 77b29bf
Makefile
@@ -2,7 +2,7 @@
2
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
3
SHELL = /usr/bin/env bash -o pipefail
4
.SHELLFLAGS = -ec
5
-BUILD_IMAGES ?= stackit-csi-plugin cloud-controller-manager
+BUILD_IMAGES ?= stackit-csi-plugin cloud-controller-manager application-load-balancer-controller-manager
6
SOURCES := Makefile go.mod go.sum $(shell find $(DEST) -name '*.go' 2>/dev/null)
7
VERSION ?= $(shell git describe --dirty --tags --match='v*' 2>/dev/null || git rev-parse --short HEAD)
8
REGISTRY ?= ghcr.io
0 commit comments