From 3689a176e0bcad28a4471332bcb961a8db6e6785 Mon Sep 17 00:00:00 2001 From: Jacek Smit Date: Thu, 22 Jan 2026 00:27:29 +0100 Subject: [PATCH] fix registry --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73507560..7f394a60 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ GOLANGCILINT ?= golangci-lint BINARY := oauth2-proxy VERSION ?= $(shell git describe --always --dirty --tags 2>/dev/null || echo "undefined") # Allow to override image registry. -REGISTRY ?= quay.io/oauth2-proxy +REGISTRY ?= docker.io/jargij REPOSITORY ?= oauth2-proxy DATE := $(shell date +"%Y%m%d")