docker / setup-buildx-action

GitHub Action to set up Docker Buildx
https://github.com/marketplace/actions/docker-setup-buildx
Apache License 2.0
905 stars 142 forks source link

Improve error output #301

Closed crazy-max closed 2 months ago

crazy-max commented 4 months ago

Currently when creating a new builder instance or booting builder fails it outputs The process '/usr/bin/docker' failed with exit code 1: https://github.com/docker/buildx/actions/runs/8078096273/job/22069742498#step:5:155

image

We should output the right message. In this case: https://github.com/docker/buildx/actions/runs/8078096273/job/22069742498#step:5:151

image