fix generating Container image build
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s

This commit is contained in:
2026-07-26 19:59:56 +02:00
parent f0cf98d36e
commit 5edb929b0f
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ FROM docker.io/alpine/java:21-jdk AS run
RUN mkdir -p /logs
COPY --from=builder /build/libs/kontor-spring-0.2.0-SNAPSHOT.jar app.jar
COPY --from=builder /build/libs/kontor-spring-0.3.0-SNAPSHOT.jar app.jar
EXPOSE 8100
-5
View File
@@ -103,11 +103,6 @@ dependencyManagement {
publishing {
publications {
maven(MavenPublication) {
groupId = group + '.docs'
artifactId = project.name
artifact pdfArtifact
}
bootJava(MavenPublication) {
artifact tasks.named("bootJar")
}