Skip to content

Commit c2bde7a

Browse files
authored
Minor fix to README (#3)
1 parent e2e156b commit c2bde7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
|:---------------------|:------------|:---------|:--------|
4646
| `image-repository` | The Docker image repository to push the build image and cached layers. | Yes | `temporary/my-image` |
4747
| `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&#10;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 &#10;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> |
5050
| `from-scratch` | Do not use cache when building the image. Defaults to `false`. | No | `false` |
5151

5252
## Outputs

0 commit comments

Comments
 (0)