Skip to content

Commit 6325468

Browse files
committed
Fix imageName value in pom.xml
1 parent baeea7f commit 6325468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive/native-netty-plot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</execution>
5858
</executions>
5959
<configuration>
60-
<imageName>${imageName}</imageName>
60+
<imageName>netty-plot</imageName>
6161
<fallback>false</fallback>
6262
<buildArgs>
6363
<buildArg>--no-fallback</buildArg>

0 commit comments

Comments
 (0)