Move volume images from gcr to ghcr
With the ghcr images now built and working, switch over to use these new images and update the default name. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
all: build
|
||||
|
||||
PROJ=gcr.io/k8s-cri-containerd
|
||||
PROJ=ghcr.io/containerd
|
||||
VERSION=2.1
|
||||
IMAGE=$(PROJ)/volume-copy-up:$(VERSION)
|
||||
DOCKER_CERT_PATH ?= "$(HOME)/.docker"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
all: build
|
||||
|
||||
PROJ=gcr.io/k8s-cri-containerd
|
||||
PROJ=ghcr.io/containerd
|
||||
VERSION=2.1
|
||||
IMAGE=$(PROJ)/volume-ownership:$(VERSION)
|
||||
DOCKER_CERT_PATH ?= "$(HOME)/.docker"
|
||||
|
||||
Reference in New Issue
Block a user