Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

v0.5.4: docker: fix arg parsing for `build` found in args

Latest

Choose a tag to compare

@cpuguy83 cpuguy83 released this 09 Aug 23:26
Example: `docker run golang go build`

gnarly was detecting this as a `docker build` and injecting `buildx` so
the final command became: `docker run golang go buildx build`

Signed-off-by: Brian Goff <[email protected]>