From 32a6bb43c001887ee8b451e1999a4d166e03b9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Garc=C3=ADa=20Lamela?= Date: Thu, 18 Oct 2018 10:13:41 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76ad19d786..134408d8ab 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif VERSION ?= $(shell git describe --always --abbrev=7) MUTABLE_TAG ?= latest -IMAGE = origin-libvirt-machine-controllers +IMAGE = origin-aws-machine-controllers .PHONY: all all: generate build images check