Commit Graph

8 Commits

Author SHA1 Message Date
Luis Erlacher
7ff24cc4ec fix: encode special characters in Git clone URL for CI/CD
Some checks failed
Build Images / build-server (push) Failing after 7s
Build Images / build-mcp (push) Failing after 5s
Build Images / build-frontend (push) Failing after 5s
Build Images / build-agents (push) Failing after 6s
2025-10-06 09:22:32 -03:00
Luis Erlacher
e0fcd765ed build image
Some checks failed
Build Images / build-server (push) Failing after 1s
Build Images / build-mcp (push) Failing after 1s
Build Images / build-frontend (push) Failing after 1s
Build Images / build-agents (push) Failing after 1s
2025-10-06 09:15:50 -03:00
Luis Erlacher
faccfa1345 build image
Some checks failed
Build Images / build-mcp (push) Failing after 1s
Build Images / build-agents (push) Failing after 2s
Build Images / build-frontend (push) Failing after 12m5s
Build Images / build-server (push) Failing after 12m35s
2025-10-06 08:59:31 -03:00
Luis Erlacher
1dda079a3a build image
Some checks failed
Build Images / build-server (push) Failing after 2s
Build Images / build-mcp (push) Failing after 5s
Build Images / build-frontend (push) Failing after 6s
Build Images / build-agents (push) Failing after 6s
2025-10-06 08:38:13 -03:00
Luis Erlacher
41e26b65cf ci: fix checkout issue - add manual git clone
All checks were successful
Build Images / build-server (push) Successful in 1m31s
Build Images / build-mcp (push) Successful in 18s
Build Images / build-frontend (push) Successful in 3m57s
Build Images / build-agents (push) Successful in 1m6s
Previous workflow failed because runner had no source code.
Added manual git clone and checkout steps to each job.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 13:31:47 -03:00
Luis Erlacher
eb0748f597 ci: simplify workflow to work without Node.js dependencies
Some checks failed
Build Images / build-server (push) Failing after 1s
Build Images / build-mcp (push) Failing after 1s
Build Images / build-frontend (push) Failing after 1s
Build Images / build-agents (push) Failing after 1s
- Remove complex workflows that required GitHub Actions
- Add simple build-images.yml using pure shell commands
- No external action dependencies (checkout, buildx, build-push-action)
- Direct docker build and push commands
- Works with act_runner without Node.js

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 13:12:09 -03:00
Luis Erlacher
bb0cd077ab ci: add complete CI/CD pipeline for Docker images
Some checks failed
Build and Push Docker Images / build-and-push (./archon-ui-main, ./archon-ui-main/Dockerfile, frontend) (push) Failing after 1m45s
Build and Push Docker Images / build-and-push (./python, ./python/Dockerfile.agents, agents) (push) Failing after 6s
Build and Push Docker Images / build-and-push (./python, ./python/Dockerfile.mcp, mcp) (push) Failing after 7s
Build and Push Docker Images / build-and-push (./python, ./python/Dockerfile.server, server) (push) Failing after 6s
Build and Push Docker Images / summary (push) Has been skipped
Test Build / build (push) Failing after 3s
- Add build-push-images.yml workflow for automated builds
- Build and push all 4 images (server, mcp, frontend, agents)
- Support versioning: latest, semver, commit SHA
- Add docker-compose.registry.yml for registry images
- Add REGISTRY.md documentation for DevOps team

Images will be pushed to:
- git.automatizase.com.br/luis.erlacher/archon/server
- git.automatizase.com.br/luis.erlacher/archon/mcp
- git.automatizase.com.br/luis.erlacher/archon/frontend
- git.automatizase.com.br/luis.erlacher/archon/agents

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 13:03:00 -03:00
Luis Erlacher
ccd2dca77a ci: add simple test build workflow for Gitea Actions
All checks were successful
Test Build / build (push) Successful in 27s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 12:49:01 -03:00