From 670b3def306d9284600c43fb02c437269ce313dc Mon Sep 17 00:00:00 2001 From: Damien Grisonnet Date: Thu, 1 Jul 2021 15:15:23 +0200 Subject: [PATCH] Makefile: stop populating IMAGE env variable The IMAGE env variable is used by prow when building images, so it was replacing what we would have expected to be the `prometheus-adapter` image by the container image used to build the prometheus-adapter image. Signed-off-by: Damien Grisonnet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51eeb311..435aad14 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REGISTRY?=gcr.io/k8s-staging-prometheus-adapter -IMAGE?=prometheus-adapter +IMAGE=prometheus-adapter ARCH?=$(shell go env GOARCH) ALL_ARCH=amd64 arm arm64 ppc64le s390x