We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170284c commit fb013c3Copy full SHA for fb013c3
.github/workflows/release-project.yml
@@ -60,6 +60,6 @@ jobs:
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- name: Deploy with Maven to GitHub Packages and Docker Hub
63
- run: ./mvnw -B -s custom_maven_settings.xml -Pnative-image,release clean deploy
+ run: ./mvnw -B -s custom_maven_settings.xml -Pjvm-image,release clean deploy
64
65
0 commit comments