Pass build secret from file docker

Feed a secret to BuildKit; only RUN --mount=type=secret,id=token sees it, not history

docker buildx build --secret id=token,src=token.txt -t <name> .
more docker all 46 commands →