xpeditis2.0/.github/workflows
David f25dbd7ab9
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 / Frontend - Build, Test & Push (push) Failing after 6m46s
CI/CD Pipeline / Backend - Build, Test & Push (push) Has been cancelled
fix: remove duplicate :preprod tag and align cache image names
Fixed invalid Docker tag errors caused by:
1. Duplicate :preprod suffix in image names (xpeditis-backend:preprod:preprod)
2. Mismatched cache image names (backend vs xpeditis-backend)

Changes:
- Backend: images: xpeditis-backend (removed :preprod suffix)
- Frontend: images: xpeditis-frontend (removed :preprod suffix)
- Backend cache: backend:buildcache → xpeditis-backend:buildcache
- Frontend cache: frontend:buildcache → xpeditis-frontend:buildcache

docker/metadata-action automatically adds branch-based tags, so we should
never add :preprod to the base image name.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 12:23:00 +01:00
..
ci.yml fix: remove duplicate :preprod tag and align cache image names 2025-11-17 12:23:00 +01:00