build-push-action/src
Aditya Maru 54bc4e0788 src: refactor cleanup logic to expose buildkitd.log
Previosuly, we only killed the buildkitd process and unmounted
if builderInfo was non null. This was wrong cause we could have setup
builkdkitd, but failed after that step. This would then rely on the last
ditch effort by the post action to cleanup. We now change the proc kill
and unmount to happen on any build error.
2024-12-16 19:25:47 -05:00
..
__tests__ *: move to grpc backed communication for the agent 2024-12-16 15:29:30 -05:00
context.ts src: make `getDockerfilePath` return the full path to the dockerfile (#64) 2024-12-09 12:20:46 -05:00
main.ts src: refactor cleanup logic to expose buildkitd.log 2024-12-16 19:25:47 -05:00
reporter.ts *: move to grpc backed communication for the agent 2024-12-16 15:29:30 -05:00
setup_builder.ts src: refactor cleanup logic to expose buildkitd.log 2024-12-16 19:25:47 -05:00
state-helper.ts record and report docker build duration seconds (#33) 2024-11-19 02:28:40 -05:00