mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
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:
parent
7cd63baccf
commit
670b3def30
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
REGISTRY?=gcr.io/k8s-staging-prometheus-adapter
|
REGISTRY?=gcr.io/k8s-staging-prometheus-adapter
|
||||||
IMAGE?=prometheus-adapter
|
IMAGE=prometheus-adapter
|
||||||
ARCH?=$(shell go env GOARCH)
|
ARCH?=$(shell go env GOARCH)
|
||||||
ALL_ARCH=amd64 arm arm64 ppc64le s390x
|
ALL_ARCH=amd64 arm arm64 ppc64le s390x
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue