Use full Ubuntu image with Docker pre-installed
Some checks failed
Build and Push Docker Image / docker (push) Failing after 10m58s
Some checks failed
Build and Push Docker Image / docker (push) Failing after 10m58s
Based on Zen multi-model consensus analysis: Root cause: act_runner v0.2.13+3 maps ubuntu-latest to bare ubuntu:22.04 which lacks Docker CLI. Newer runners use full images. Solution: Override job container to use ghcr.io/catthehacker/ubuntu:full-22.04 which includes Docker, Buildx, Node.js, and standard CI tools. This is the recommended approach from act_runner maintainers for GitHub Actions compatibility. Consensus from Gemini-2.5-pro and o3 models. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
47fb07a7d2
commit
7b9901174e
@ -8,6 +8,8 @@ on:
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:full-22.04
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user