Commit Graph

3 Commits

Author SHA1 Message Date
Donavan Fritz ffb1af3553 feat: add secrets input for BuildKit --secret mounts
Lets a build fetch a private fritzlab Go module (or any tokened resource)
without leaking the token into image layers/history the way a build-arg
would. Backward-compatible: empty default, no change for existing callers.
First consumer: fritzlab/agenthub (hub/bridge depends on the private
fritzlab/imessage module).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 19:32:41 -05:00
Donavan Fritz 115fa86023 add dockerfile input for monorepos
Lets a caller point at a non-default Dockerfile while keeping the
build context broader. Needed for repos with multiple binaries sharing
internal packages (api/Dockerfile + worker/Dockerfile, build context
at repo root). Empty default preserves prior behavior.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 13:07:11 -05:00
Donavan Fritz 83ecfc3176 initial: action/image-build @v1 2026-05-06 08:07:13 -05:00