mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
ci: fix test_docker.sh (#19944)
This commit is contained in:
committed by
GitHub
parent
85ceaa6c74
commit
fa61a969a9
@@ -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}" .
|
||||
|
||||
Reference in New Issue
Block a user