Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/mvn-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
server-password: MAVEN_PASSWORD

- name: Publish to OSS and Docker hub
run: mvn deploy -Pintegration -Pcoverage -Pdeploy -Pdocker -pl !e2e --batch-mode --errors --fail-at-end --show-version --file pom.xml
run: mvn deploy -DskipTests -Pintegration -Pcoverage -Pdeploy -Pdocker -pl !e2e --batch-mode --errors --fail-at-end --show-version --file pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<argument>--tag</argument>
<argument>arcadedata/arcadedb:${project.version}-arm64</argument>
<argument>--platform</argument>
<argument>linux/arm64</argument>
<argument>linux/arm64/v8</argument>
<argument>--build-arg</argument>
<argument>TARGET=target/arcadedb-${project.version}.dir/arcadedb-${project.version}</argument>
<argument>-f</argument>
Expand Down