Firehed / multistage-docker-build-action

Github Action for optimized multi-stage docker builds
10 stars 3 forks source link

Add timing metrics to non-debug output #17

Open Firehed opened 3 years ago

Firehed commented 3 years ago

When trying to test the efficacy of layer caching and trying to make optimizations around the same, it's currently necessary to view the raw logs of the action output. This is both tedious and somewhat difficult to follow due to the log formatting.

What I'd like to see:

Also, on the same thread, it'd be nice to suppress the exec data if possible. This may be tied to the implementation of that tool though. And it should in general respect the quiet setting.