From 6e50b742e690efbfaccffd5d95b6c2c1199478a0 Mon Sep 17 00:00:00 2001 From: lonix Date: Tue, 17 Oct 2023 17:21:35 +0000 Subject: [PATCH] docs: update info for `tags_file` setting (#75) - Only the `.tags` filename is allowed. - The file can have multiple tags, as a CSV Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/75 Reviewed-by: Patrick Schratz Co-authored-by: lonix Co-committed-by: lonix --- docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.md b/docs.md index 3275862..14898d8 100644 --- a/docs.md +++ b/docs.md @@ -102,7 +102,7 @@ If it's not a tag event, and no default branch, automated tags are skipped. | `debug` | `false` | enables verbose debug mode for the docker daemon | `daemon_off` | `false` | disables the startup of the docker daemon | `buildkit_config` | *none* | sets content of the docker [buildkit TOML config](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md) -| `tags_file` | *none* | overwrites `tags` option with values find in specified file +| `tags_file` | *none* | overrides the `tags` option with values in a file named `.tags`; multiple tags can be specified separated by a comma | `context` | `.` | sets the path of the build context to use | `auto_tag` | `false` | generates tag names automatically based on git branch and git tag, tags supplied via `tags` are additionally added to the auto_tags without suffix | `default_suffix"`/`auto_tag_suffix`| *none* | generates tag names with the given suffix