Skip to content

Commit 2a4b536

Browse files
authored
Merge pull request #63 from crazy-max/doc
Fix doc links
2 parents 03951fe + 070ea47 commit 2a4b536

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@
99
GitHub Action to set up Docker [Buildx](https://github.com/docker/buildx).
1010

1111
This action will create and boot a builder that can be used in the following steps of your workflow if you're using
12-
[buildx](https://github.com/docker/buildx). By default, the `docker-container` [builder driver](https://github.com/docker/buildx#--driver-driver)
12+
[buildx](https://github.com/docker/buildx). By default, the `docker-container` [builder driver](https://github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#driver)
1313
will be used to be able to build multi-platform images and export cache thanks to the [BuildKit](https://github.com/moby/buildkit)
1414
container.
1515

16-
> :bulb: See also:
17-
> * [login](https://github.com/docker/login-action) action
18-
> * [setup-qemu](https://github.com/docker/setup-qemu-action) action
19-
> * [build-push](https://github.com/docker/build-push-action) action
20-
2116
![Screenshot](.github/setup-buildx-action.png)
2217

2318
___
@@ -128,12 +123,12 @@ Following inputs can be used as `step.with` keys
128123
| Name | Type | Description |
129124
|--------------------|---------|-----------------------------------|
130125
| `version` | String | [Buildx](https://github.com/docker/buildx) version. (eg. `v0.3.0`, `latest`) |
131-
| `driver` | String | Sets the [builder driver](https://github.com/docker/buildx#--driver-driver) to be used (default `docker-container`) |
132-
| `driver-opts` | CSV | List of additional [driver-specific options](https://github.com/docker/buildx#--driver-opt-options) (eg. `image=moby/buildkit:master`) |
126+
| `driver` | String | Sets the [builder driver](https://github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#driver) to be used (default `docker-container`) |
127+
| `driver-opts` | CSV | List of additional [driver-specific options](https://github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#driver-opt) (eg. `image=moby/buildkit:master`) |
133128
| `buildkitd-flags` | String | [Flags for buildkitd](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md) daemon (since [buildx v0.3.0](https://github.com/docker/buildx/releases/tag/v0.3.0)) |
134129
| `install` | Bool | Sets up `docker build` command as an alias to `docker buildx` (default `false`) |
135130
| `use` | Bool | Switch to this builder instance (default `true`) |
136-
| `endpoint` | String | [Optional address for docker socket](https://github.com/docker/buildx#buildx-create-options-contextendpoint) or context from `docker context ls` |
131+
| `endpoint` | String | [Optional address for docker socket](https://github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#description) or context from `docker context ls` |
137132

138133
> `CSV` type must be a newline-delimited string
139134
> ```yaml

0 commit comments

Comments
 (0)