fix(ci): E2E DinD networking + registry token auth
CI / Lint & Typecheck (pull_request) Successful in 24s
CI / Test (pull_request) Successful in 26s
CI / Build (pull_request) Successful in 24s
CI / E2E Tests (pull_request) Successful in 1m41s
CI / Build & Push Docker Images (pull_request) Failing after 11s
CI / Update Infra Image Tags (pull_request) Has been skipped
CI / Web E2E (Dev) (pull_request) Has been cancelled
CI / Deploy PR to groombook-dev (pull_request) Has been cancelled

- playwright.config.ts: make baseURL configurable via PLAYWRIGHT_BASE_URL env var
- ci.yml: set PLAYWRIGHT_BASE_URL=http://host.docker.internal:8080 in e2e job step

Note: gitea.token registry auth not applicable — this repo uses GitHub Actions
with ghcr.io and secrets.GITHUB_TOKEN (already correct).

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-20 04:25:20 +00:00
committed by Flea Flicker [agent]
parent f27110eb07
commit fe014b8fc1
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -86,6 +86,8 @@ jobs:
- name: Run E2E tests
run: pnpm --filter @groombook/e2e test
env:
PLAYWRIGHT_BASE_URL: http://host.docker.internal:8080
- name: Upload Playwright report
if: failure()