Skip to content

Commit

Permalink
Revert "fast build"
Browse files Browse the repository at this point in the history
This reverts commit c0e97e3.
  • Loading branch information
andrewazores committed Jul 27, 2024
1 parent ed597e9 commit c58d460
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ jobs:
-Dquarkus.docker.executable-name=docker \
-Dquarkus.docker.buildx.platform=linux/${{ matrix.arch }} \
-Dbuild.arch=${{ matrix.arch }} \
-Dmaven.test.skip \
-Dquarkus.quinoa=false \
clean package
clean verify
- name: Copy docker image to podman
run: podman pull docker-daemon:${{ env.CI_IMG }}:linux-${{ matrix.arch }}
- run: podman inspect ${{ env.CI_IMG }}:linux-${{ matrix.arch }}
Expand Down

0 comments on commit c58d460

Please sign in to comment.