Merge pull request #420 from dgrisonnet/fix-prow-deploy

Stop populating IMAGE env variable
This commit is contained in:
Damien Grisonnet 2021-07-06 15:18:15 +02:00 committed by GitHub
commit 731e852494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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