We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312971f commit fc502c6Copy full SHA for fc502c6
.github/workflows/deploy-openshift-aot.yml
@@ -52,6 +52,6 @@ jobs:
52
# - https://quarkus.io/guides/deploying-to-openshift
53
# - https://quarkus.io/guides/container-image#quarkus-container-image-openshift_quarkus-openshift-build-strategy
54
- name: Build project
55
- run: mvn clean install -Dnative -Dquarkus.openshift.build-strategy=docker -Dquarkus.openshift.deploy=true -Dquarkus.openshift.name=graalkus-aot
+ run: mvn clean package -Dnative -Pnative -Dquarkus.native.container-build=true -Dquarkus.openshift.deploy=true -Dquarkus.openshift.name=graalkus-aot
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments