Skip to content

Commit

Permalink
fix(ci): fix build image job
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuzikar authored and tadayosi committed Apr 10, 2024
1 parent 36ab77d commit 95b758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build images
run: |
mvn ${MVN_ARGS} install -Dquarkus.container-image.build=true -pl examples/quarkus
mvn ${MVN_ARGS} install -DskipTests -Pe2e -Pdocker-testsuite -Ptests-docker -Dhawtio-container -Ddocker.buildArg.JAVA_VERSION=${{ matrix.java }} -pl :hawtio-test-suite,:hawtio-tests-quarkus,:hawtio-tests-springboot -am
mvn ${MVN_ARGS} install -DskipTests -Pe2e -Pdocker-testsuite -Ptests-docker -Dhawtio-container -pl :hawtio-test-suite,:hawtio-tests-quarkus,:hawtio-tests-springboot -am
- name: Display images
run: |
docker images
Expand Down

0 comments on commit 95b758c

Please sign in to comment.