Skip to content

Commit

Permalink
#5: Tag native image with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Oct 23, 2019
1 parent d3727f8 commit 7a61c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<configuration>
<images>
<image>
<name>marcnuri/fmp-quarkus</name>
<name>marcnuri/fmp-quarkus:jvm</name>
<build>
<contextDir>${project.basedir}</contextDir>
<dockerFile>src/main/docker/Dockerfile.jvm</dockerFile>
Expand Down Expand Up @@ -144,12 +144,12 @@
<configuration>
<images>
<image>
<name>marcnuri/fmp-quarkus</name>
<name>marcnuri/fmp-quarkus:native</name>
<build>
<contextDir>${project.basedir}</contextDir>
<dockerFile>src/main/docker/Dockerfile.native</dockerFile>
<tags>
<tag>native</tag>
<tag>latest</tag>
</tags>
</build>
</image>
Expand Down

0 comments on commit 7a61c62

Please sign in to comment.