mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-09 01:53:33 -05:00
Update documentation on escaping quotes
Signed-off-by: Malcolm Davis Steele <me@malcolmdavis.xyz>
This commit is contained in:
parent
d51711af0d
commit
e53bafea73
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ secrets: |
|
|||
| `FOO` | `bar` |
|
||||
| `EMPTYLINE` | `aaaa\n\nbbbb\nccc` |
|
||||
|
||||
> Note: all quote signs need to be doubled for escaping.
|
||||
> Note: all quote signs need to be doubled for escaping. This is, for a secret `SECRET={"key":"value"}`, you'll need to provide `"SECRET={""key"":""value""}"`.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
Loading…
Reference in a new issue