Archon/.gitea
Luis Erlacher cda76b9375
Some checks are pending
Build Images / build-server-docker (push) Waiting to run
Build Images / build-mcp-docker (push) Blocked by required conditions
Build Images / build-agents-docker (push) Blocked by required conditions
Build Images / build-frontend-docker (push) Blocked by required conditions
Build Images / build-server-k8s (push) Blocked by required conditions
Build Images / build-mcp-k8s (push) Blocked by required conditions
Build Images / build-agents-k8s (push) Blocked by required conditions
Build Images / build-frontend-k8s (push) Blocked by required conditions
fix: use ubuntu-latest runner and actions/checkout for CI/CD
Correção do workflow que estava falhando com 'docker: command not found':

**Changes:**
- Changed runs-on from 'wsl' to 'ubuntu-latest' for all 8 jobs
- Replaced manual git clone with actions/checkout@v4
- Maintains serial execution with 'needs' dependencies
- Ensures Docker is available in the runner environment

This fixes the build failure where the runner couldn't find the docker command.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 12:49:21 -03:00
..
workflows fix: use ubuntu-latest runner and actions/checkout for CI/CD 2025-10-07 12:49:21 -03:00