chore: update
Java CI with Maven / build (pull_request) Has been cancelled
Java CI with Maven / test (pull_request) Has been cancelled

This commit is contained in:
TakahashiNg
2026-05-12 02:47:17 +00:00
parent a0ae43f1ff
commit 24ef6bf572
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ plugins:
mvn versions:set -DnewVersion=${nextRelease.version} &&
sed -i "/image:.*-service:/ s|:[^:]*$|:${nextRelease.version}|" k8s/base/*.yaml &&
if [ "${branch.name}" = "main" ]; then
mvn package -B -Pnative -Dquarkus.container-image.tag=${nextRelease.version} -DskipTests
mvn package -B -Pnative -Dquarkus.container-image.tag=${nextRelease.version} -DskipTests -Ppush
fi
- - "@saithodev/semantic-release-gitea"
- giteaUrl: "https://git.demonkernel.io.vn/"
+2 -2
View File
@@ -71,7 +71,7 @@
<profiles>
<profile>
<id>push-python-image</id>
<id>push</id>
<activation>
<property>
<name>quarkus.container-image.push</name>
@@ -86,7 +86,7 @@
<executions>
<execution>
<id>docker-push-python</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>