diff --git a/.ci/local-registry.sh b/.ci/local-registry.sh index 27e7e0b..79ae0a6 100755 --- a/.ci/local-registry.sh +++ b/.ci/local-registry.sh @@ -3,7 +3,7 @@ # Push locally built images to the local registry that was created # by local-cluster.sh -images="barista-kafka barista-http coffeeshop-service" +images="coffeshop-demo:barista-kafka coffeeshop-demo:barista-http coffeeshop-demo:coffeeshop-service" registry="localhost:5000" for image in $images; do