fix(ci): use REGISTRY_TOKEN + E2E DinD networking on main #424

Merged
Scrubs McBarkley merged 1 commits from fix/ci-registry-auth-main into main 2026-05-20 12:10:22 +00:00
+3 -1
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()
@@ -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