File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ Shared action to configure Docker tooling and OCI registry authentication.
7575
7676 # Buildx version used by docker/setup-buildx-action.
7777 #
78- # Default: `v0.34.1 `
79- buildx-version : v0.34.1
78+ # Default: `v0.35.0 `
79+ buildx-version : v0.35.0
8080
8181 # BuildKit image used by docker/setup-buildx-action.
8282 #
83- # Default: `moby/buildkit:v0.30.0 `
84- buildkit-image : moby/buildkit:v0.30.0
83+ # Default: `moby/buildkit:v0.31.1 `
84+ buildkit-image : moby/buildkit:v0.31.1
8585` ` ` `
8686
8787<!-- usage:end -->
@@ -106,8 +106,8 @@ Shared action to configure Docker tooling and OCI registry authentication.
106106| | When provided, registry authentication targets are inferred from the built image data. | | |
107107| **`setup-buildx`** | Whether to install and configure Docker Buildx. | **false** | `true` |
108108| **`buildx-cleanup`** | Whether the Buildx builder should be removed during post-job cleanup. | **false** | `true` |
109- | **`buildx-version`** | Buildx version used by docker/setup-buildx-action. | **false** | `v0.34.1 ` |
110- | **`buildkit-image`** | BuildKit image used by docker/setup-buildx-action. | **false** | `moby/buildkit:v0.30.0 ` |
109+ | **`buildx-version`** | Buildx version used by docker/setup-buildx-action. | **false** | `v0.35.0 ` |
110+ | **`buildkit-image`** | BuildKit image used by docker/setup-buildx-action. | **false** | `moby/buildkit:v0.31.1 ` |
111111
112112<!-- inputs:end -->
113113
You can’t perform that action at this time.
0 commit comments