0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-14 19:10:41 +00:00

[skip ci] auto-update documentation

This commit is contained in:
thegeeklab-bot 2023-08-29 07:10:30 +00:00
parent bfb981ba72
commit 49594b24a3
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Woodpecker CI plugin to build multiarch OCI images with buildx.
## Usage
{{< hint type=important >}}
Be aware that the this plugin requires [privileged](https://docs.wp.io/pipeline/docker/syntax/steps/#privileged-mode) capabilities, otherwise the integrated Docker daemon is not able to start.
Be aware that the this plugin requires [privileged](https://woodpecker-ci.org/docs/usage/pipeline-syntax#privileged-mode) capabilities, otherwise the integrated Docker daemon is not able to start.
{{< /hint >}}
```yaml

View File

@ -289,7 +289,7 @@ properties:
- "id=SECRET_TOKEN"
```
To use secrets from files a [host volume](https://docs.wp.io/pipeline/docker/syntax/volumes/host/) is required.
To use secrets from files a [host volume](https://woodpecker-ci.org/docs/usage/volumes) is required.
This should be used with caution and avoided whenever possible.
type: list
required: false