docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.13k stars 532 forks source link

Support quiet option #953

Closed mikkelti closed 10 months ago

mikkelti commented 10 months ago

Description

When I build my Docker image in GitHub Actions, it seems like the build output logging itself takes up quite a lot of time. Would it be possible to add the --quiet option? Otherwise, is there something else I can do to minimize the output?

crazy-max commented 10 months ago

it seems like the build output logging itself takes up quite a lot of time

I don't think it would make any difference. Do you have a repro to confirm this?

mikkelti commented 10 months ago

No, I don't have a minimal working example to repro. You may be right, it would just be very easy for me to test with the --quiet option.