Skip to content

Commit a3d6213

Browse files
authored
update bash multi tag script sample (#45920)
1 parent 03e6daf commit a3d6213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/containers/publish-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Tags can only contain up to 127 alphanumeric characters, periods, underscores, a
225225
> In PowerShell, both the `;` and `"` characters need to be escaped.
226226
>
227227
> ```bash
228-
> dotnet publish --os linux --arch x64 /t:PublishContainer /p:ContainerImageTags=\"1.2.3-alpha2;latest\"
228+
> dotnet publish --os linux --arch x64 /t:PublishContainer /p:ContainerImageTags='"1.2.3-alpha2;latest"'
229229
> ```
230230
>
231231
> In Bash, only the `"` character needs to be escaped.

0 commit comments

Comments
 (0)