diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb9446a..ad5f0eb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: with: distribution: 'temurin' java-version: 21 - - name: Maven Install Dependencies - run: ./mvnw install -B -V -DskipTests -Dair.check.skip-all -P docker-images - name: Maven Test run: ./mvnw install -B - name: Integration test diff --git a/benchto-service/pom.xml b/benchto-service/pom.xml index 16923ea6..b0c8b818 100644 --- a/benchto-service/pom.xml +++ b/benchto-service/pom.xml @@ -379,49 +379,39 @@ + + io.fabric8 + docker-maven-plugin + 0.45.1 + + + + ${docker.image.prefix}/${project.artifactId} + + ${project.basedir}/src/main/docker + + + linux/amd64 + linux/arm64 + + + + artifact + + + + + + + + build-image + + build + + package + + + - - - - docker-images - - - - io.fabric8 - docker-maven-plugin - 0.45.1 - - - - ${docker.image.prefix}/${project.artifactId} - - ${project.basedir}/src/main/docker - - - linux/amd64 - linux/arm64 - - - - artifact - - - - - - - - build-image - - build - - package - - - - - - -