fix registry

This commit is contained in:
Jacek Smit 2026-01-22 00:27:29 +01:00
parent 44868d48fa
commit 3689a176e0
1 changed files with 1 additions and 1 deletions

View File

@ -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")