Skip to content

Commit 6ec4a9a

Browse files
committed
Fix another minor error with < and > on the README.md.
1 parent 5280937 commit 6ec4a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ The configuration works as follows:
291291
- `dest`: path in the tar ball where you want the file, you can refer to it using the same path in an ADD statement.
292292
- `<buildArguments>` contains a list of build arguments that can be used in your Dockerfile
293293
you can specify:
294-
- `tag_name`: The name of the tag will be used as the name of the build argument e.g. <foo> will create a build argument called `foo` that can be used in your dockerfile as `$foo`.
295-
- `tag_value`: The value of the tag will be used as the value of the build argument e.g. <foo>bar</foo> will create a build argument called `foo` with the value `bar` that can be used in your dockerfile as `$foo`.
294+
- `tag_name`: The name of the tag will be used as the name of the build argument e.g. `<foo>` will create a build argument called `foo` that can be used in your dockerfile as `$foo`.
295+
- `tag_value`: The value of the tag will be used as the value of the build argument e.g. `<foo>bar</foo>` will create a build argument called `foo` with the value `bar` that can be used in your dockerfile as `$foo`.
296296
- `<mavenArtifacts>` contains a list of Maven dependencies to add to the container as `<mavenArtifact>` elements. For each `<mavenArtifact>` element
297297
you can specify:
298298
- `dependency`: A maven dependency in the format \<groupId\>:\<artifactId\>[:\<extension\>[:\<classifier\>]]:\<version\>

0 commit comments

Comments
 (0)