docs: add lang tag for plaintext code blocks

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-12-10 16:20:57 +01:00
parent a4c392f4db
commit 1091707bd5

View File

@ -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) ### <a name="file"></a> Read source descriptor from a file (-f, --file)
``` ```text
-f FILE or --file FILE -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) ### <a name="tag"></a> Set reference for new image (-t, --tag)
``` ```text
-t IMAGE or --tag IMAGE -t IMAGE or --tag IMAGE
``` ```