Skip to content

Commit 0625c13

Browse files
authored
Merge pull request #21142 from dvdksn/buildsecret-fix-typo
build: fix typo in build secrets
2 parents d346545 + 73f83e4 commit 0625c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ docker build --secret id=API_TOKEN .
107107

108108
### Target
109109

110-
When consuming a secret in a Dockerfile, the secret is mounted a file by
110+
When consuming a secret in a Dockerfile, the secret is mounted to a file by
111111
default. The default file path of the secret, inside the build container, is
112112
`/run/secrets/<id>`. You can customize how the secrets get mounted in the build
113113
container using the `target` and `env` options for the `RUN --mount` flag in

0 commit comments

Comments
 (0)