This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/.github/workflows
Chris Farhood 203e6da9e3
CI / Lint & Typecheck (pull_request) Successful in 22s
CI / Test (pull_request) Successful in 24s
CI / Build (pull_request) Successful in 24s
CI / E2E Tests (pull_request) Successful in 1m54s
CI / Build & Push Docker Images (pull_request) Failing after 12s
CI / Update Infra Image Tags (pull_request) Has been skipped
CI / Web E2E (Dev) (pull_request) Has been skipped
CI / Deploy PR to groombook-dev (pull_request) Has been skipped
fix(ci): Docker push auth + E2E DinD networking for Gitea
- Docker login: ghcr.io → git.farh.net, gitea.actor + gitea.token
- All image tags: ghcr.io/groombook/* → git.farh.net/groombook/*
- Cache: type=gha → type=registry,ref=git.farh.net/groombook/cache:<image>
- deploy-dev: replace GitHub-script PR comment with curl to Gitea API
- CD step: replace tibdex/github-app-token + gh CLI with oauth2 + curl Gitea API
- Remove permissions: blocks (Gitea doesn't use them)
- Keep PLAYWRIGHT_BASE_URL: http://host.docker.internal:8080

GRO-1344
2026-05-20 10:55:59 +00:00
..