Skip to content

Commit

Permalink
Merge branch 'ci-3-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 7, 2023
2 parents 9741fd6 + 47e3985 commit 10d9446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Set DOCKER_HOST environment variable
run: echo "DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock" >> "$GITHUB_ENV"
- name: Build application
run: ./mvnw -B -U -Dquarkus.container-image.build=false clean verify
run: ./mvnw -B -U clean verify
continue-on-error: ${{ matrix.java != '17' }}
- name: Build container images and manifest
id: buildah-build
Expand Down

0 comments on commit 10d9446

Please sign in to comment.