Skip to content

Commit cf00347

Browse files
committed
fix: remove duplicated FACT_OPERATOR_REGISTRY constant
1 parent 8250260 commit cf00347

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

constants.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ RUST_VERSION ?= stable
33
FACT_TAG ?= $(shell git describe --always --tags --abbrev=10 --dirty)
44
FACT_VERSION ?= $(FACT_TAG)
55
FACT_REGISTRY ?= quay.io/stackrox-io/fact
6-
FACT_OPERATOR_REGISTRY ?= quay.io/stackrox-io/fact-operator
76
FACT_IMAGE_NAME ?= $(FACT_REGISTRY):$(FACT_TAG)
87
FACT_OPERATOR_REGISTRY ?= quay.io/stackrox-io/fact-operator
98
FACT_OPERATOR_NAME ?= $(FACT_OPERATOR_REGISTRY):$(FACT_TAG)

0 commit comments

Comments
 (0)