Skip to content

Commit

Permalink
Merge pull request #361 from jrslv/push-latest-image-tag
Browse files Browse the repository at this point in the history
Added latest tag to the docker images.
  • Loading branch information
frankscholten committed Oct 20, 2015
2 parents 624e5d3 + 7b68ca2 commit 59d9136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ subprojects {
tag = project.imageName
}
project.build.dependsOn buildDockerImage
[ 'snapshot', 'version' ].each { aTag ->
[ 'snapshot', 'latest', 'version' ].each { aTag ->
String uppercasedName = aTag.capitalize()
task "tagDockerImageWith$uppercasedName"(type: DockerTagImage, description: 'tag Docker image') {
imageId = project.imageName
Expand Down

0 comments on commit 59d9136

Please sign in to comment.