Skip to content

Commit 9407ced

Browse files
authored
feat(makefile): Update clever to klever (#109)
1 parent 49e9c89 commit 9407ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ TARGETS := ormb ormb-storage-initializer
3535
# The final built images are:
3636
# $[REGISTRY]/$[IMAGE_PREFIX]$[TARGET]$[IMAGE_SUFFIX]:$[VERSION]
3737
# $[REGISTRY] is an item from $[REGISTRIES], $[TARGET] is an item from $[TARGETS].
38-
IMAGE_PREFIX ?= $(strip clever-)
38+
IMAGE_PREFIX ?= $(strip klever-)
3939
IMAGE_SUFFIX ?= $(strip )
4040

4141
# Container registries.
42-
REGISTRY ?= cleveross
42+
REGISTRY ?= kleveross
4343

4444
# Container registry for base images.
4545
BASE_REGISTRY ?= docker.io

0 commit comments

Comments
 (0)