adjust wording

This commit is contained in:
Robert Kaussow 2023-06-29 21:26:45 +02:00
parent 1016c06c0c
commit fccf1b945b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -270,8 +270,8 @@ properties:
- name: secrets
description: |
The [secrets](https://docs.docker.com/engine/reference/commandline/buildx_build/#secret) can be used by the build
using `RUN --mount=type=secret` mount.
Exposes [secrets](https://docs.docker.com/engine/reference/commandline/buildx_build/#secret) to the build.
The secrets can be used by the build using `RUN --mount=type=secret` mount.
```yaml
steps: