ci: fix release test using wrong docker image

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-10 18:58:30 +02:00
parent 2c15ab9995
commit b1a9eda1d3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
docker-compose pull -q
docker build \
--no-cache \
-t beryju/authentik:latest \
-t ghcr.io/goauthentik/server:latest \
-f Dockerfile .
docker-compose up --no-start
docker-compose start postgresql redis