diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b41e002..b263a1b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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() @@ -149,7 +151,7 @@ jobs: with: registry: git.farh.net username: ${{ gitea.actor }} - password: ${{ gitea.token }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push API image uses: docker/build-push-action@v6