diff --git a/.github/workflows/native-build-development.yml b/.github/workflows/native-build-development.yml index 79f3268cf8..75e5495450 100644 --- a/.github/workflows/native-build-development.yml +++ b/.github/workflows/native-build-development.yml @@ -36,7 +36,8 @@ jobs: - name: Build Quickstart with native run: | mvn -B clean install -Pnative \ - -Dquarkus.native.container-build=true + -Dquarkus.native.container-build=true \ + -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java8 - name: Report if: always() env: