Commit Graph

10 Commits

Author SHA1 Message Date
David
3d871f9813 ci
Some checks failed
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 2m16s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Failing after 6m27s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Has been skipped
2025-11-17 12:05:29 +01:00
David
70c1c9c285 fix: replace GitHub Actions cache with registry cache for Gitea compatibility
Some checks failed
CI/CD Pipeline / Frontend - Build, Test & Push (push) Failing after 6m43s
CI/CD Pipeline / Backend - Build, Test & Push (push) Successful in 19m10s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Has been skipped
GitHub Actions cache (type=gha) is not available in Gitea, causing timeout errors.
Replaced with registry-based cache which works with any container registry.

Changes:
- Backend: cache-from/to type=registry,ref=backend:buildcache
- Frontend: cache-from/to type=registry,ref=frontend:buildcache
- Removed debug step that's no longer needed

This allows Docker layer caching while maintaining Gitea compatibility.
Images are successfully being pushed to rg.fr-par.scw.cloud/weworkstudio

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 11:45:13 +01:00
David
fb54cfbaf2 fix: correct Docker image tags to avoid duplicate tag names
Some checks failed
CI/CD Pipeline / Integration Tests (push) Blocked by required conditions
CI/CD Pipeline / Deployment Summary (push) Blocked by required conditions
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 3m20s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Has been cancelled
Fixed invalid Docker tag format errors:
- Removed :preprod suffix from base image names in metadata action
- docker/metadata-action already adds branch-based tags automatically
- Unified registry to rg.fr-par.scw.cloud/weworkstudio for both backend and frontend
- This fixes "invalid reference format" error

Before: backend:preprod:preprod (invalid - duplicate tags)
After: backend:preprod (valid)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 01:53:53 +01:00
David
62cad30fc2 debug: add TypeScript config inspection to CI
Some checks failed
CI/CD Pipeline / Integration Tests (push) Blocked by required conditions
CI/CD Pipeline / Deployment Summary (push) Blocked by required conditions
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 1m3s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Has been cancelled
2025-11-17 01:47:43 +01:00
David
87db05398a ci
Some checks failed
CI/CD Pipeline / Integration Tests (push) Blocked by required conditions
CI/CD Pipeline / Deployment Summary (push) Blocked by required conditions
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 2m9s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Has been cancelled
2025-11-17 01:26:14 +01:00
David
2a6c30704c ci
Some checks failed
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 4m53s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Failing after 6m31s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Has been skipped
2025-11-17 01:16:59 +01:00
David
1824e23b53 ci
Some checks failed
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 6m16s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Failing after 6m35s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Has been skipped
2025-11-17 01:03:42 +01:00
David
dde7d885ae feature fix 2025-10-20 12:30:08 +02:00
David
44d38e3fc2 fix ci
Some checks failed
CI / Lint & Format Check (push) Failing after 5s
CI / Test Backend (push) Failing after 6s
CI / Build Backend (push) Has been skipped
CI / Test Frontend (push) Failing after 6s
CI / Build Frontend (push) Has been skipped
Security Audit / Dependency Review (push) Has been skipped
Security Audit / npm audit (push) Failing after 7s
2025-10-08 21:12:34 +02:00
David-Henri ARNAUD
e863399bb2 first commit
Some checks failed
CI / Lint & Format Check (push) Failing after 1m11s
CI / Test Backend (push) Failing after 1m32s
CI / Build Backend (push) Has been skipped
Security Audit / npm audit (push) Failing after 5s
Security Audit / Dependency Review (push) Has been skipped
CI / Test Frontend (push) Failing after 29s
CI / Build Frontend (push) Has been skipped
2025-10-07 18:39:32 +02:00