From fb910e3be0e014b9f24482289300dee8b9085478 Mon Sep 17 00:00:00 2001 From: Meng <381618248@qq.com> Date: Mon, 11 Mar 2024 16:59:00 +0800 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07a84fb70..a7e080ca3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ UID = $(shell id -u) GID = $(shell id -g) NPM_VERSION = $(shell python -m scripts.npm_version) PY_SOURCES = authentik tests scripts lifecycle -DOCKER_IMAGE ?= "authentik:test" +DOCKER_IMAGE ?= "authentik-login:latest" pg_user := $(shell python -m authentik.lib.config postgresql.user 2>/dev/null) pg_host := $(shell python -m authentik.lib.config postgresql.host 2>/dev/null)