Skip to content

Commit fc502c6

Browse files
committed
Openshift deploy aot workflow
1 parent 312971f commit fc502c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-openshift-aot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
# - https://quarkus.io/guides/deploying-to-openshift
5353
# - https://quarkus.io/guides/container-image#quarkus-container-image-openshift_quarkus-openshift-build-strategy
5454
- name: Build project
55-
run: mvn clean install -Dnative -Dquarkus.openshift.build-strategy=docker -Dquarkus.openshift.deploy=true -Dquarkus.openshift.name=graalkus-aot
55+
run: mvn clean package -Dnative -Pnative -Dquarkus.native.container-build=true -Dquarkus.openshift.deploy=true -Dquarkus.openshift.name=graalkus-aot
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)