Skip to content

Commit

Permalink
Update docker-snapshot-release.yml
Browse files Browse the repository at this point in the history
Include -am (also make) flag to ensure that dependencies are build first
  • Loading branch information
aaronzi authored Dec 6, 2024
1 parent 9afa5ad commit 8c5d518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
module_root=$(dirname "$(dirname "$(dirname "${{ matrix.path }}")")")
artifact_id=$(basename "$module_root")
# Run with dockerbuild profile and namespace
mvn clean install -DskipTests -Pdockerbuild "-Ddocker.namespace=${{ env.DOCKER_NAMESPACE }}" --pl "org.eclipse.digitaltwin.basyx:${artifact_id}"
mvn clean install -DskipTests -Pdockerbuild "-Ddocker.namespace=${{ env.DOCKER_NAMESPACE }}" --pl "org.eclipse.digitaltwin.basyx:${artifact_id}" -am
else
mvn clean install -DskipTests
fi
Expand Down

0 comments on commit 8c5d518

Please sign in to comment.