File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
env :
39
39
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
40
- name : Deploy with Maven to GitHub Packages and Docker Hub
41
- run : ./mvnw -B -s custom_maven_settings.xml -Prelease,native clean deploy
41
+ run : ./mvnw -B -s custom_maven_settings.xml -Prelease clean deploy
42
42
env :
43
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ SPDX-License-Identifier: Apache-2.0
136
136
137
137
<properties >
138
138
<quarkus .package.type>native</quarkus .package.type>
139
+ <quarkus .native.container-build>true</quarkus .native.container-build> <!-- Allows for creating a Linux executable without GraalVM being installed -->
139
140
</properties >
140
141
141
142
<build >
@@ -180,7 +181,6 @@ SPDX-License-Identifier: Apache-2.0
180
181
181
182
<properties >
182
183
<!-- Properties only used for publishing a native docker image (default to Docker Hub) -->
183
- <quarkus .native.container-build>true</quarkus .native.container-build>
184
184
<quarkus .container-image.build>true</quarkus .container-image.build>
185
185
<quarkus .container-image.group>lfenergycompas</quarkus .container-image.group>
186
186
<quarkus .container-image.name>compas-scl-data-service</quarkus .container-image.name>
You can’t perform that action at this time.
0 commit comments