You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `image-repository` | The Docker image repository to push the build image and cached layers. | Yes | `temporary/my-image` |
47
47
| `context` | The Docker build context directory. Defaults to `.`. | No | `./my-image` |
48
-
| `build-args` | List of [build-time variables](https://docs.docker.com/reference/cli/docker/buildx/build/#build-arg). | No | <pre><code>HTTP_PROXY=http://10.20.30.2:1234 FTP_PROXY=http://40.50.60.5:4567</code></pre> |
49
-
| `build-secrets` | List of [secrets](https://docs.docker.com/engine/reference/commandline/buildx_build/#secret) to expose to the build. | No | `GIT_AUTH_TOKEN=mytoken` |
48
+
| `build-args` | List of [build-time variables](https://docs.docker.com/reference/cli/docker/buildx/build/#build-arg). | No | <pre><code>HTTP_PROXY=http://10.20.30.2:1234 FTP_PROXY=http://40.50.60.5:4567</code></pre> |
49
+
| `build-secrets` | List of [secrets](https://docs.docker.com/engine/reference/commandline/buildx_build/#secret) to expose to the build. | No | <pre><code>GIT_AUTH_TOKEN=mytoken</code></pre> |
50
50
| `from-scratch` | Do not use cache when building the image. Defaults to `false`. | No | `false` |
0 commit comments