buildah-build
buildah-build copied to clipboard
[FEATURE] Docker build secrets mount support
Docker suggest use mount secrets to build (https://docs.docker.com/build/building/secrets/ and https://docs.docker.com/reference/build-checks/secrets-used-in-arg-or-env/), not send sensitive data in build-args For this reason, can your add that future for buildah-build action?
Having general support for buildah build --volume in this action would be great—it's important when doing a build inside the container to be able to, say, extract a logs directory from a failed step.