Skip to content

Commit

Permalink
Revert "migrate to native image build mongodb #2281"
Browse files Browse the repository at this point in the history
This reverts commit 6628450.
  • Loading branch information
yurake committed May 6, 2021
1 parent eb5d445 commit a0e8e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,10 @@ jobs:
working-directory: ./application/jaxrs-mongodb-quarkus
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./mvnw -B verify package --settings ../.m2/settings.xml -Pnative
run: ./mvnw -B verify package --settings ../.m2/settings.xml
- name: Build Image
working-directory: ./application/jaxrs-mongodb-quarkus
run: docker build -t yurak/jaxrs-mongodb-quarkus:latest -f src/main/docker/Dockerfile.native .
run: docker build -t yurak/jaxrs-mongodb-quarkus:latest -f src/main/docker/Dockerfile.jvm .
- name: Push Image
if: github.event_name == 'push'
run: docker push yurak/jaxrs-mongodb-quarkus:latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Configuration file
# key = value

# native image package
quarkus.package.type=native

# log
quarkus.log.console.enable=true
quarkus.log.console.format=%d{HH:mm:ss} %-5p [%c{2.}] (%t) %s%e%n
Expand Down

0 comments on commit a0e8e68

Please sign in to comment.