From f302ab40d69a085fbc42b565fa515ab9ed718774 Mon Sep 17 00:00:00 2001 From: tchughesiv Date: Mon, 29 Apr 2019 13:44:12 -0500 Subject: [PATCH] use tagged branch for builds Signed-off-by: tchughesiv --- hack/go-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/go-build.sh b/hack/go-build.sh index dcb83c986..ea65de843 100755 --- a/hack/go-build.sh +++ b/hack/go-build.sh @@ -1,6 +1,6 @@ #!/bin/sh REPO=https://github.com/kiegroup/kie-cloud-operator -BRANCH=1.0.x +BRANCH=1.0.1 REGISTRY=quay.io/kiegroup IMAGE=kie-cloud-operator TAG=1.0