From 89c70309ce68f93f2f29ab4251426a18d545a7e0 Mon Sep 17 00:00:00 2001 From: craig Date: Wed, 3 Oct 2018 09:47:36 +0100 Subject: [PATCH] callout releasing in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7e0a689a..4e3e44e2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ $ make build_image $ make push ``` +#### Releasing a new Docker Image +``` +$ make build_and_push TAG= +``` + + #### Deploy managed-service-broker An OpenShift template in the `templates` directory of this repo is used to deploy the broker to a running OpenShift cluster. This assumes that the [`svcat` command line tool](https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/install.md) is installed.