fix: final commit (#61)
Release package / release (push) Successful in 22m28s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #61
This commit was merged in pull request #61.
This commit is contained in:
2026-05-15 14:22:35 +00:00
parent 8fad38fa6c
commit aa7bfed331
60 changed files with 196 additions and 154 deletions
+16
View File
@@ -84,6 +84,22 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>docker-push-python-with-version</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>docker</executable>
<arguments>
<argument>push</argument>
<argument
>${python.image.full.name}:${parent.version}</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>docker-push-python</id>
<phase>package</phase>