Skip to content

Commit

Permalink
chore: remove all cached docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Aug 4, 2023
1 parent 400baf7 commit 2514bff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- name: Check out
uses: actions/checkout@v3

# Reclaim disk space by clearing out cached Docker images...
- name: Remove cached Docker images
run: |-
docker image prune --all --force
# Determine if we should run the validation or not
- name: Should this run?
id: should-run
Expand Down

0 comments on commit 2514bff

Please sign in to comment.