Skip to content

Commit

Permalink
Merge pull request #304 from crazy-max/rm-docs-dir
Browse files Browse the repository at this point in the history
chore: remove docs dir
  • Loading branch information
crazy-max committed Mar 1, 2024
2 parents d89f1f9 + 0150f0e commit b7cf918
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -97,7 +97,7 @@ The following inputs can be used as `step.with` keys:
| `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. |
| `config`¹ | String | | [BuildKit config file](https://docs.docker.com/engine/reference/commandline/buildx_create/#config) |
| `config-inline`¹ | String | | Same as `config` but inline |
| `append` | YAML | | [Append additional nodes](docs/advanced/append-nodes.md) to the builder |
| `append` | YAML | | [Append additional nodes](https://docs.docker.com/build/ci/github-actions/configure-builder/#append-additional-nodes-to-the-builder) to the builder |
| `cache-binary` | Bool | `true` | Cache buildx binary to GitHub Actions cache backend |
| `cleanup` | Bool | `true` | Cleanup temp files and remove builder at the end of a job |
Expand Down
3 changes: 0 additions & 3 deletions docs/advanced/append-nodes.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/advanced/auth.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/advanced/buildkit-config.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/advanced/standalone.md

This file was deleted.

0 comments on commit b7cf918

Please sign in to comment.