ci: fix test_docker.sh (#19944)

This commit is contained in:
Marc 'risson' Schmitt
2026-02-02 17:16:05 +01:00
committed by GitHub
parent 85ceaa6c74
commit fa61a969a9
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ if [[ -v BUILD ]]; then
# Ensure buildx is installed
docker buildx install
# For release builds we have an empty client here as we use the NPM package
mkdir -p ./gen-ts-api
make gen-client-ts
make gen-client-go
touch lifecycle/container/.env
docker build -t "${AUTHENTIK_IMAGE}:${AUTHENTIK_TAG}" .