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 <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet 2021-07-01 15:15:23 +02:00
parent 7cd63baccf
commit 670b3def30

View file

@ -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