@@ -129,6 +129,7 @@ jobs:
129129 context : op/standalone
130130 - uses : redhat-actions/push-to-registry@v2
131131 with :
132+ registry : quay.io/halconsole
132133 image : ${{ steps.build-image.outputs.image }}
133134 tags : ${{ steps.build-image.outputs.tags }}
134135 username : ${{ secrets.QUAY_USERNAME }}
@@ -153,11 +154,11 @@ jobs:
153154 components : native-image
154155 cache : maven
155156 - if : matrix.os == 'ubuntu-latest'
156- run : ./mvnw --show-version --batch-mode --no-transfer-progress install -DskipTests - Dquarkus.native.container-build=false -P op,prod,native
157+ run : ./mvnw --show-version --batch-mode --no-transfer-progress install -Dquickly -P op,prod,native -Dskip.npm=false - Dquarkus.native.container-build=false
157158 - if : matrix.os == 'macos-latest'
158- run : ./mvnw --show-version --batch-mode --no-transfer-progress install -DskipTests - Dquarkus.native.container-build=false -P op,prod,native
159+ run : ./mvnw --show-version --batch-mode --no-transfer-progress install -Dquickly -P op,prod,native -Dskip.npm=false - Dquarkus.native.container-build=false
159160 - if : matrix.os == 'windows-latest'
160- run : .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install -DskipTests "-Dquarkus.native.container-build=false" -P op,prod,native
161+ run : .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install -Dquickly -P op,prod,native -Dskip.npm=false "-Dquarkus.native.container-build=false"
161162 - run : |
162163 APP_NAME="hal-op"
163164 VERSION="${{ steps.get-version.outputs.version-without-v }}"
0 commit comments