Description
I'm loving the blacksmith docker cache sticky disks feature. The main thing I don't love is that if I want to run a build anywhere other than GHA, and retain full blacksmith docker build telemetry and sticky-disc cache hit rate details, I have to keep the build-push-action args in sync.
I'm not particularly hard set on bake (it's just there and usable). But I would like a simple way to deterministically capture all my docker build args as code alongside each Dockerfile target (e.g. on local dev I'd like to be able to just build-docker.
Description
I'm loving the blacksmith docker cache sticky disks feature. The main thing I don't love is that if I want to run a build anywhere other than GHA, and retain full blacksmith docker build telemetry and sticky-disc cache hit rate details, I have to keep the build-push-action args in sync.
I'm not particularly hard set on bake (it's just there and usable). But I would like a simple way to deterministically capture all my docker build args as code alongside each Dockerfile target (e.g. on local dev I'd like to be able to
just build-docker.