Skip to content

Commit 0c66292

Browse files
committed
[optimise] Speed up CI build of Docker Images
1 parent c3552ee commit 0c66292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install bats
3030
run: sudo apt-get install bats
3131
- name: Build images
32-
run: mvn -V -B -q -Pdocker -DskipTests -Ddependency-check.skip=true clean package
32+
run: mvn -V -B -q -Pdocker -DskipTests -Ddependency-check.skip=true -P !mac-dmg-on-unix,!installer,!concurrency-stress-tests,!micro-benchmarks,skip-build-dist-archives clean package
3333
- name: Check local images
3434
run: docker image ls
3535
- name: Check license headers

0 commit comments

Comments
 (0)