Skip to content

Commit b69d458

Browse files
committed
Fix image name
1 parent 1c2901d commit b69d458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive/native-netty-plot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<native.maven.plugin.version>0.10.4</native.maven.plugin.version>
1313
<maven.compiler.source>${java.specification.version}</maven.compiler.source>
1414
<maven.compiler.target>${java.specification.version}</maven.compiler.target>
15-
<imageName>netty-plot</imageName>
15+
<binary-name>netty-plot</binary-name>
1616
</properties>
1717

1818
<dependencies>
@@ -58,7 +58,7 @@
5858
</execution>
5959
</executions>
6060
<configuration>
61-
<imageName>netty-plot</imageName>
61+
<imageName>${binary-name}</imageName>
6262
<fallback>false</fallback>
6363
<buildArgs>
6464
<buildArg>--no-fallback</buildArg>

0 commit comments

Comments
 (0)