Skip to content

Commit b7cf918

Browse files
authored
Merge pull request #304 from crazy-max/rm-docs-dir
chore: remove docs dir
2 parents d89f1f9 + 0150f0e commit b7cf918

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following inputs can be used as `step.with` keys:
9797
| `platforms` | List/CSV | | Fixed [platforms](https://docs.docker.com/engine/reference/commandline/buildx_create/#platform) for current node. If not empty, values take priority over the detected ones. |
9898
| `config`¹ | String | | [BuildKit config file](https://docs.docker.com/engine/reference/commandline/buildx_create/#config) |
9999
| `config-inline`¹ | String | | Same as `config` but inline |
100-
| `append` | YAML | | [Append additional nodes](docs/advanced/append-nodes.md) to the builder |
100+
| `append` | YAML | | [Append additional nodes](https://docs.docker.com/build/ci/github-actions/configure-builder/#append-additional-nodes-to-the-builder) to the builder |
101101
| `cache-binary` | Bool | `true` | Cache buildx binary to GitHub Actions cache backend |
102102
| `cleanup` | Bool | `true` | Cleanup temp files and remove builder at the end of a job |
103103

docs/advanced/append-nodes.md

-3
This file was deleted.

docs/advanced/auth.md

-3
This file was deleted.

docs/advanced/buildkit-config.md

-3
This file was deleted.

docs/advanced/standalone.md

-3
This file was deleted.

0 commit comments

Comments
 (0)