From 6702eea8932e9e0b23dde029a2a9bc3cabe5bea2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 23 Jul 2024 16:12:18 +0200 Subject: [PATCH] Makefile: add registry.access.redhat.com to known registries Co-authored-by: Bjorn Neergaard Signed-off-by: Sebastiaan van Stijn --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 72824d1c..e51c3763 100644 --- a/Makefile +++ b/Makefile @@ -67,8 +67,8 @@ endif # make quay.io/centos/centos:stream8 # # It is a shorthand for "make BUILD_IMAGE=mydistro:version build" -.PHONY: docker.io/% quay.io/% -docker.io/% quay.io/%: +.PHONY: docker.io/% quay.io/% registry.access.redhat.com/% +docker.io/% quay.io/% registry.access.redhat.com/%: $(MAKE) BUILD_IMAGE="$@" build .PHONY: checkout