Skip to content

Commit

Permalink
Highlight feature
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Feb 13, 2021
1 parent b1f5ad2 commit d05bc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ or
- **stages_image_name**: Set custom name for stages. Useful if using a job matrix (default: `$image_name-stages)`.

- **build_extra_args**: Extra params for `docker build` (e.g. `"--build-arg=hello=world"`).
If you need extra args with newlines or spaces, use json format like this:
`build_extra_args: '{"--build-arg": "myarg=Hello\nWorld"}'`
> :star2: New in v5.11.0: If you need extra args with newlines or spaces, use json format like this:
`build_extra_args: '{"--build-arg": "myarg=Hello\nWorld"}'`

- **push_image_and_stages**: Test a command before pushing. Use `false` to not push at all (default: `true`).

Expand Down

0 comments on commit d05bc83

Please sign in to comment.