Skip to content

Commit

Permalink
feat(makefile): Update clever to klever (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-cj committed Aug 10, 2020
1 parent 49e9c89 commit 9407ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ TARGETS := ormb ormb-storage-initializer
# The final built images are:
# $[REGISTRY]/$[IMAGE_PREFIX]$[TARGET]$[IMAGE_SUFFIX]:$[VERSION]
# $[REGISTRY] is an item from $[REGISTRIES], $[TARGET] is an item from $[TARGETS].
IMAGE_PREFIX ?= $(strip clever-)
IMAGE_PREFIX ?= $(strip klever-)
IMAGE_SUFFIX ?= $(strip )

# Container registries.
REGISTRY ?= cleveross
REGISTRY ?= kleveross

# Container registry for base images.
BASE_REGISTRY ?= docker.io
Expand Down

0 comments on commit 9407ced

Please sign in to comment.