mirror of https://github.com/docker/buildx.git
docs: add lang tag for plaintext code blocks
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
(cherry picked from commit 1091707bd5)
This commit is contained in:
parent
a494e9ccc4
commit
565b0b8991
|
|
@ -74,7 +74,7 @@ Use the `--dry-run` flag to not push the image, just show it.
|
|||
|
||||
### <a name="file"></a> Read source descriptor from a file (-f, --file)
|
||||
|
||||
```
|
||||
```text
|
||||
-f FILE or --file FILE
|
||||
```
|
||||
|
||||
|
|
@ -95,7 +95,7 @@ The supported fields for the descriptor are defined in [OCI spec](https://github
|
|||
|
||||
### <a name="tag"></a> Set reference for new image (-t, --tag)
|
||||
|
||||
```
|
||||
```text
|
||||
-t IMAGE or --tag IMAGE
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue