Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Dec 14, 2023
1 parent 5058c32 commit 35cbaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<image>
<builder>dashaun/builder:tiny</builder>
<createdDate>now</createdDate>
<name>${project.groupId}/${project.artifactId}:v${project.version}-${os.detected.arch}</name>
<name>dashaun/${project.name}:v${project.version}-${os.detected.arch}</name>
</image>
</configuration>
</plugin>
Expand Down

0 comments on commit 35cbaf5

Please sign in to comment.