When running this command in Github Actions, all the logs except the Docker command & output are wrapped in collapsible areas (groups). The Docker command & output are sometimes large & noisy (especially if using a remote registry cache - cache-from / cache-to). I think these should also be wrapped in a group.
When running this command in Github Actions, all the logs except the Docker command & output are wrapped in collapsible areas (groups). The Docker command & output are sometimes large & noisy (especially if using a remote registry cache -
cache-from
/cache-to
). I think these should also be wrapped in a group.