mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Merge pull request #420 from dgrisonnet/fix-prow-deploy
Stop populating IMAGE env variable
This commit is contained in:
commit
731e852494
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue