Merge pull request #397 from zitadel/fix-docker-build-pipeline

chore: fix docker build pipeline
This commit is contained in:
Max Peintner
2025-03-14 12:44:37 +01:00
committed by GitHub

View File

@@ -57,6 +57,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Generate stubs
run: pnpm generate
- name: Build for Docker - name: Build for Docker
run: NEXT_PUBLIC_BASE_PATH=/ui/v2/login pnpm build:docker run: NEXT_PUBLIC_BASE_PATH=/ui/v2/login pnpm build:docker