From a7b1cec617b5d42921df74e536c458d283dcc279 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 7 May 2020 13:31:51 -0400 Subject: [PATCH 1/2] Bump version for go-runner Ran into trouble with image promotion. trying it again Signed-off-by: Davanum Srinivas --- build/go-runner/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/go-runner/Makefile b/build/go-runner/Makefile index 32c56183d76..57961860653 100644 --- a/build/go-runner/Makefile +++ b/build/go-runner/Makefile @@ -15,7 +15,7 @@ # set default shell SHELL=/bin/bash -o pipefail -TAG ?= 0.1.0 +TAG ?= 0.1.1 REGISTRY ?= k8s.gcr.io IMGNAME = go-runner From 8fa567264ea785c7e9c2868046cf747a27145ba6 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 7 May 2020 13:54:47 -0400 Subject: [PATCH 2/2] Update build/go-runner/Makefile Co-authored-by: Stephen Augustus --- build/go-runner/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/go-runner/Makefile b/build/go-runner/Makefile index 57961860653..1d3a85ea458 100644 --- a/build/go-runner/Makefile +++ b/build/go-runner/Makefile @@ -15,7 +15,7 @@ # set default shell SHELL=/bin/bash -o pipefail -TAG ?= 0.1.1 +TAG ?= v0.1.1 REGISTRY ?= k8s.gcr.io IMGNAME = go-runner