Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
Root cause: Gitea act_runner mounts Docker socket but doesn't include Docker CLI by default to keep the image lightweight. Solution: Install docker-ce-cli package before running any docker commands. This allows the workflow to communicate with the Docker daemon via the mounted socket. Changes: - Add step to install Docker CLI from official Docker repository - Verify installation with docker version - Continue with login, build, and push steps Based on Zen expert analysis of the runner environment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>