Skip to content

Commit

Permalink
Merge pull request fabric8io#287 from ChristianHersevoort/patch-1
Browse files Browse the repository at this point in the history
Fixed wrong mvn commandline example
  • Loading branch information
mattnworb committed Nov 4, 2016
2 parents 99df2f2 + 72fdb7d commit 50512e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Optionally, you can force docker to overwrite your image tags on each new build:

Tags-to-be-pushed can also be specified directly on the command line with

mvn ... docker:build -DpushImageTags -DdockerImageTag=latest -DdockerImageTag=another-tag
mvn ... docker:build -DpushImageTags -DdockerImageTags=latest -DdockerImageTags=another-tag

### Bind Docker commands to Maven phases

Expand Down

0 comments on commit 50512e9

Please sign in to comment.