Skip to content

Commit

Permalink
Add prune unused docker images to Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Jul 24, 2024
1 parent ef184a7 commit 51113ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ jobs:
--output_file_path "$(pwd)/packages" \
--current_branch "${GITHUB_REF##*/}" \
--main_branch "${MAIN_BRANCH}"
- name: Prune unused Docker images
run: docker image prune -f

0 comments on commit 51113ed

Please sign in to comment.