We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8250260 commit cf00347Copy full SHA for cf00347
1 file changed
constants.mk
@@ -3,7 +3,6 @@ RUST_VERSION ?= stable
3
FACT_TAG ?= $(shell git describe --always --tags --abbrev=10 --dirty)
4
FACT_VERSION ?= $(FACT_TAG)
5
FACT_REGISTRY ?= quay.io/stackrox-io/fact
6
-FACT_OPERATOR_REGISTRY ?= quay.io/stackrox-io/fact-operator
7
FACT_IMAGE_NAME ?= $(FACT_REGISTRY):$(FACT_TAG)
8
FACT_OPERATOR_REGISTRY ?= quay.io/stackrox-io/fact-operator
9
FACT_OPERATOR_NAME ?= $(FACT_OPERATOR_REGISTRY):$(FACT_TAG)
0 commit comments