Skip to content

Commit

Permalink
Update build-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sammrai authored Jan 8, 2025
1 parent 418c7df commit 7ef06af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: Adjutment docker volumes
run: |
docker system df
docker system prune -a --volumes -f
docker system df
df
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit 7ef06af

Please sign in to comment.