From a86f2db2dc6564629fc74e114f66c4744d2c6d6c Mon Sep 17 00:00:00 2001 From: Moto Ishizawa Date: Sat, 1 Feb 2020 00:07:15 +0900 Subject: [PATCH] Update container name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf99ca10..566188dc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= controller:latest +IMG ?= summerwind/actions-runner-controller:latest # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd:trivialVersions=true"