Skip to content

Commit

Permalink
Fixed wrong mvn commandline example
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHersevoort authored Nov 4, 2016
1 parent 99df2f2 commit 72fdb7d
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 72fdb7d

Please sign in to comment.