mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Makefile: change image registry to k8s.gcr.io/nfd
This commit is contained in:
parent
bb99b2b627
commit
844c73799e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ IMAGE_PUSH_CMD := docker push
|
|||
|
||||
VERSION := $(shell git describe --tags --dirty --always)
|
||||
|
||||
IMAGE_REGISTRY := quay.io/kubernetes_incubator
|
||||
IMAGE_REGISTRY := k8s.gcr.io/nfd
|
||||
IMAGE_NAME := node-feature-discovery
|
||||
IMAGE_TAG_NAME := $(VERSION)
|
||||
IMAGE_REPO := $(IMAGE_REGISTRY)/$(IMAGE_NAME)
|
||||
|
|
Loading…
Reference in a new issue