Skip to content

Commit

Permalink
ci: native mode
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Mar 30, 2021
1 parent 01c0903 commit d00ec50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: mvn -B verify
- name: Push Image
run: |
mvn -B -Pci oc:build oc:push \
mvn -B -Pci,native oc:build oc:push \
-Djkube.docker.push.username=${{ secrets.QUAY_USERNAME }} \
-Djkube.docker.push.password=${{ secrets.QUAY_PASSWORD }}
- name: Authenticate and set context
Expand All @@ -31,4 +31,4 @@ jobs:
namespace: mnurisan-dev
- name: Deploy to Dev Sandbox
run: |
mvn -B -Pci oc:resource oc:apply
mvn -B -Pci,native oc:resource oc:apply
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
</build>
<properties>
<quarkus.package.type>native</quarkus.package.type>
<jkube.generator.quarkus.nativeImage>true</jkube.generator.quarkus.nativeImage>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit d00ec50

Please sign in to comment.