Skip to content

Commit

Permalink
Fix artifact name for docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
lindvarl committed Oct 12, 2021
1 parent b6fcea5 commit 6537a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion das-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</execution>
</executions>
<configuration>
<repository>fibra/fiberoptics-das-simulator/${project.artifactId}</repository>
<repository>fibra/${project.artifactId}</repository>
<tag>${project.version}</tag>
<buildArgs>
<JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
Expand Down

0 comments on commit 6537a0a

Please sign in to comment.