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 49e9c89 commit 9407cedCopy full SHA for 9407ced
Makefile
@@ -35,11 +35,11 @@ TARGETS := ormb ormb-storage-initializer
35
# The final built images are:
36
# $[REGISTRY]/$[IMAGE_PREFIX]$[TARGET]$[IMAGE_SUFFIX]:$[VERSION]
37
# $[REGISTRY] is an item from $[REGISTRIES], $[TARGET] is an item from $[TARGETS].
38
-IMAGE_PREFIX ?= $(strip clever-)
+IMAGE_PREFIX ?= $(strip klever-)
39
IMAGE_SUFFIX ?= $(strip )
40
41
# Container registries.
42
-REGISTRY ?= cleveross
+REGISTRY ?= kleveross
43
44
# Container registry for base images.
45
BASE_REGISTRY ?= docker.io
0 commit comments