fix(ci): use docker-builder runner for image builds #40
Reference in New Issue
Block a user
Delete Branch "fix/docker-release"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
dockerjob fromubuntu-latesttodocker-builderrunner labeldocker-builderusescatthehacker/ubuntu:act-latestwhich has Docker CLI + buildxUnable to locate executable file: dockererror in release pipelineContext
Runner's
node:22-alpineimage (mapped toubuntu-latest) has no Docker CLI. Thedocker-builderlabel maps to an image with Docker tooling preinstalled. Runner config also updated withdocker_host: automountto pass the Docker socket into job containers.