Skip to content

Commit

Permalink
Update image tags for test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpwilson committed Jun 30, 2020
1 parent 7f112b2 commit 4759d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/local-registry.sh
Expand Up @@ -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
Expand Down

0 comments on commit 4759d70

Please sign in to comment.