Skip to content

Commit

Permalink
SKA-429: Remove dangling docker images on internal Linux runner
Browse files Browse the repository at this point in the history
Co-authored-by: Al Najar, Ismaeel <Ismaeel.AlNajar@vector.com>
  • Loading branch information
DominikHerr and VIsmaeelAlNajar committed Mar 21, 2024
1 parent f9eabff commit 5623c81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,11 @@ jobs:
path: ./FmuImporter/_testResults
- if: always()
run: rm -rfv * .??*

# Prune any dangling docker images
cleanup-linux:
runs-on: [Linux, Docker, self-hosted, ska-runner]
needs: build-linux
steps:
- name: Prune Docker Images
run: docker image prune --force

0 comments on commit 5623c81

Please sign in to comment.