Skip to content

Commit

Permalink
missed 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed Jun 27, 2017
1 parent 3c7d3e0 commit 5c2a5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gedbrowser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
</goals>
<configuration>
<imageTags>
<imageTag>snapshot</imageTag>
<imageTag>latest</imageTag>
</imageTags>
<imageName>${docker.image.prefix}/${project.artifactId}:${docker.image.tag}</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
Expand Down
2 changes: 1 addition & 1 deletion geoservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</goals>
<configuration>
<imageTags>
<imageTag>snapshot</imageTag>
<imageTag>latest</imageTag>
</imageTags>
<imageName>${docker.image.prefix}/${project.artifactId}:${docker.image.tag}</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
Expand Down

0 comments on commit 5c2a5c9

Please sign in to comment.