Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu committed Jan 24, 2025
1 parent 7fe5649 commit 631d985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export COMPOSE_PROJECT_NAME="authentik-test-${AUTHENTIK_TAG}"
docker buildx install
# For release builds we have an empty client here as we use the NPM package
mkdir -p ./gen-ts-api
docker build -t ghcr.io/goauthentik/server:${AUTHENTIK_TAG} .
docker build -t ${AUTHENTIK_IMAGE}:${AUTHENTIK_TAG} .
docker compose up --no-start
docker compose start postgresql redis
docker compose run -u root server test-all
Expand Down

0 comments on commit 631d985

Please sign in to comment.