root: use ghcr images by default

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-13 20:15:29 +02:00
parent 72e41c03f5
commit 709581f5a8
4 changed files with 7 additions and 13 deletions

View File

@ -36,11 +36,5 @@ gen:
--additional-properties=typescriptThreePlus=true,supportsES6=true,npmName=authentik-api,npmVersion=1.0.0
cd web/api && npx tsc
local-stack:
export AUTHENTIK_TAG=testing
docker build -t beryju/authentik:testng .
docker-compose up -d
docker-compose run --rm server migrate
run:
go run -v cmd/server/main.go