From fa61a969a9db8816146fb0f618f3558f8a36c0ef Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Mon, 2 Feb 2026 17:16:05 +0100 Subject: [PATCH] ci: fix test_docker.sh (#19944) --- .github/workflows/release-tag.yml | 2 ++ scripts/test_docker.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 9f1148fd83..9fd7533836 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -55,6 +55,8 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: ref: "version-${{ needs.check-inputs.outputs.major_version }}" + - name: Setup authentik env + uses: ./.github/actions/setup - run: make test-docker bump-authentik: name: Bump authentik version diff --git a/scripts/test_docker.sh b/scripts/test_docker.sh index 3069264ba4..2c6a177d33 100755 --- a/scripts/test_docker.sh +++ b/scripts/test_docker.sh @@ -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}" .