Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
Replace Kaniko approach with direct Docker CLI commands. The Gitea runner mounts Docker socket, making Docker available in ubuntu-latest environment. Key changes: - Remove container specification (Kaniko lacks shell utilities) - Use docker login with password-stdin for authentication - Build with docker build using multiple -t tags - Push both latest and commit SHA tags - Works with Docker-based Gitea runners 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>