Skip to content

Commit

Permalink
Merge pull request #7 from palantir/bugfix/docker-push
Browse files Browse the repository at this point in the history
Remove excess flag from dockerPush
  • Loading branch information
markelliot committed Sep 25, 2015
2 parents f943d17 + 9379a6e commit 17cd012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PalantirDockerPlugin implements Plugin<Project> {

push.with {
workingDir dockerDir
commandLine 'docker', 'push', '-t', ext.name
commandLine 'docker', 'push', ext.name
}
}
}
Expand Down

0 comments on commit 17cd012

Please sign in to comment.