Skip to content

Commit

Permalink
RANGER-4951: Prune docker cache before docker-build (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaab authored Oct 14, 2024
1 parent f06d0e7 commit 8d89c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
cd dev-support/ranger-docker
./download-archives.sh hadoop hive hbase kafka knox ozone
- name: Clean up Docker space
run: docker system prune --all --force --volumes

- name: Build all ranger-service images
run: |
cd dev-support/ranger-docker
Expand Down

0 comments on commit 8d89c91

Please sign in to comment.